Submit Date
@@ -179,7 +179,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', '-') %}
data-submit-live="no"
type="button"
id="submit-settings"
- class="hidden tracking-wide dark:brightness-125 hover:brightness-75 inline-block px-6 py-3 font-bold text-center text-white uppercase align-middle transition-all rounded-lg cursor-pointer bg-gradient-to-tl bg-primary leading-normal text-xs ease-in shadow-xs bg-150 bg-x-25 hover:-translate-y-px active:opacity-85 hover:shadow-md"
+ class="hidden tracking-widest dark:brightness-125 hover:brightness-75 inline-block px-6 py-3 font-bold text-center text-white uppercase align-middle transition-all rounded-lg cursor-pointer bg-gradient-to-tl bg-primary leading-normal text-xs ease-in shadow-xs bg-150 bg-x-25 hover:-translate-y-px active:opacity-85 hover:shadow-md"
>
Go Live
@@ -193,7 +193,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', '-') %}
data-{{current_endpoint}}-filter
class="col-span-12 lg:col-span-4 p-4 relative flex flex-col min-w-0 break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
>
-
FILTERS
+
FILTERS
@@ -308,7 +308,7 @@ url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', '-') %}
-
LOGS
+
LOGS
diff --git a/src/ui/templates/plugins.html b/src/ui/templates/plugins.html
index b16bd66dd..c43d794a3 100644
--- a/src/ui/templates/plugins.html
+++ b/src/ui/templates/plugins.html
@@ -6,7 +6,7 @@ include "plugins_modal.html" %}
-
INFO
+
INFO
-
UPLOAD / RELOAD
+
UPLOAD / RELOAD
@@ -115,7 +115,7 @@ include "plugins_modal.html" %}
data-{{current_endpoint}}-filter
class="p-4 col-span-12 2xl:col-span-4 relative min-w-0 break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
>
-
FILTER
+
FILTER
@@ -206,7 +206,7 @@ include "plugins_modal.html" %}
-
LIST
+
LIST
{% for plugin in plugins %} {% if plugin['external'] %}
diff --git a/src/ui/templates/services.html b/src/ui/templates/services.html
index a2a349a1b..83132041b 100644
--- a/src/ui/templates/services.html
+++ b/src/ui/templates/services.html
@@ -32,10 +32,10 @@
class="dark:brightness-110 overflow-hidden hover:scale-102 transition col-span-12 lg:col-span-6 3xl:col-span-4 p-4 w-full shadow-md break-words bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
>
-
+
{{ service["SERVER_NAME"]['value'] }}
- {{ service["SERVER_NAME"]['method'] }}
+
{{ service["SERVER_NAME"]['method'] }}
diff --git a/src/ui/templates/settings_plugins.html b/src/ui/templates/settings_plugins.html
index 3fd6bb3d8..5ba21a795 100644
--- a/src/ui/templates/settings_plugins.html
+++ b/src/ui/templates/settings_plugins.html
@@ -13,7 +13,7 @@ data-plugin-item="{{plugin['id']}}"
{{plugin['name']}} {{plugin['version']}}