From d635a52fd965519eecb717ea5b953a5f12ef9b88 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 7 Jul 2020 16:36:46 +0200 Subject: [systemstatus/sysconfig] Manage LDADP via systemd Finally got rid of our own little service manager. Status/restart handling capabilities were added to the system status page. TODO: Permissions for dnbd3, service (re)starting in general --- .../systemstatus/templates/services.html | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'modules-available/systemstatus/templates/services.html') diff --git a/modules-available/systemstatus/templates/services.html b/modules-available/systemstatus/templates/services.html index 29b33687..2614fca9 100644 --- a/modules-available/systemstatus/templates/services.html +++ b/modules-available/systemstatus/templates/services.html @@ -1,20 +1,20 @@ +
+ + + {{#services}} - {{#unknown}} -
- {{name}}: {{lang_unknownState}} -
- {{/unknown}} - {{^unknown}} + + + {{/services}} +
{{#fail}} -
- {{name}}: {{lang_failure}} - {{#data.messages}}
{{data.messages}}
{{/data.messages}} -
+ {{/fail}} - {{^fail}} -
- {{name}}: {{lang_OK}} -
- {{/fail}} - {{/unknown}} + {{name}}: {{#fail}}{{lang_failure}}{{/fail}}{{^fail}}{{lang_OK}}{{/fail}} +
+ {{#error}}
{{error}}
{{/error}} +
+
\ No newline at end of file -- cgit v1.2.3-55-g7522