diff --git a/src/theme.scss b/src/theme.scss index 7cdea3f16..1ed98f1b7 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -293,6 +293,23 @@ textarea { max-width: 100%; } +// status classes for circle indicators +.status-active { + color: #27CE65; +} + +.status-inactive { + color: #7c7c7c; +} + +.status-starting { + color: #f0ad4e; +} + +.status-error { + color: #ec534f; +} + // ---------------------------- // Apps view // ---------------------------- diff --git a/src/translation/en.json b/src/translation/en.json index 01ba26473..de3458c0c 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -81,7 +81,9 @@ "users": "Users" }, "disableAction": "Disable", - "enableAction": "Enable" + "enableAction": "Enable", + "statusEnabled": "Enabled", + "statusDisabled": "Disabled" }, "appstore": { "title": "App Store", diff --git a/src/views/network.html b/src/views/network.html index ede1650d5..699e226c0 100644 --- a/src/views/network.html +++ b/src/views/network.html @@ -250,7 +250,10 @@
-
+
+ {{ dyndnsConfigure.isEnabled ? 'main.statusEnabled' : 'main.statusDisabled' | tr }} +
+
diff --git a/src/views/services.html b/src/views/services.html index 99964f21c..e4008e167 100644 --- a/src/views/services.html +++ b/src/views/services.html @@ -76,7 +76,7 @@ - + cloudron @@ -88,14 +88,14 @@ - + - - + + - + @@ -125,7 +125,7 @@ - +