From 7578e01a0fcc4ba4a5fbee2148dd3217bd5f04df Mon Sep 17 00:00:00 2001 From: Luca Di Leo Date: Thu, 13 Jan 2022 07:26:33 -0800 Subject: [PATCH] Added verify configuration button --- coreplugins/dronedb/templates/app.html | 69 +++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/coreplugins/dronedb/templates/app.html b/coreplugins/dronedb/templates/app.html index 08c3c07b..abe16d35 100644 --- a/coreplugins/dronedb/templates/app.html +++ b/coreplugins/dronedb/templates/app.html @@ -10,7 +10,74 @@ On this screen, you can provide the registry url and credentials to access Drone

Settings

{% csrf_token %} {% include "app/plugins/templates/form.html" %} - + + + + + {% endblock %}