From 50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 May 2016 19:03:09 +0200 Subject: WIP --- modules/systemstatus/templates/_page.html | 129 ------------------------- modules/systemstatus/templates/addresses.html | 8 -- modules/systemstatus/templates/diskstat.html | 63 ------------ modules/systemstatus/templates/services.html | 6 -- modules/systemstatus/templates/systeminfo.html | 115 ---------------------- 5 files changed, 321 deletions(-) delete mode 100644 modules/systemstatus/templates/_page.html delete mode 100644 modules/systemstatus/templates/addresses.html delete mode 100644 modules/systemstatus/templates/diskstat.html delete mode 100644 modules/systemstatus/templates/services.html delete mode 100644 modules/systemstatus/templates/systeminfo.html (limited to 'modules/systemstatus/templates') diff --git a/modules/systemstatus/templates/_page.html b/modules/systemstatus/templates/_page.html deleted file mode 100644 index 51aa5b55..00000000 --- a/modules/systemstatus/templates/_page.html +++ /dev/null @@ -1,129 +0,0 @@ -{{#rebootTask}} -
Reboot...
-{{/rebootTask}} - -
- -
-
-
- {{lang_space}} -
-
- -
-
-
- -
-
-
- {{lang_services}} -
-
- -
-
-
- -
- - -
- -
-
-
- {{lang_addressConfiguration}} -
-
- -
-
-
- -
-
-
- {{lang_system}} -
-
- -
-
-
- -
- -
- -
-
-
- {{lang_maintenance}} -
-
-
- - -
Server Reboot
- - -
-
-
-
-
- -
- -

{{lang_advanced}}

- -
-
- {{lang_dmsdLog}} -
-
- -
-
-
-
- {{lang_ldadpLog}} -
-
- -
-
-
-
- netstat -tulpn -
-
- -
-
-
-
- ps auxf -
-
- -
-
- - diff --git a/modules/systemstatus/templates/addresses.html b/modules/systemstatus/templates/addresses.html deleted file mode 100644 index ce92c4d5..00000000 --- a/modules/systemstatus/templates/addresses.html +++ /dev/null @@ -1,8 +0,0 @@ - - {{#addresses}} - - - - - {{/addresses}} -
{{ip}}({{iface}})
\ No newline at end of file diff --git a/modules/systemstatus/templates/diskstat.html b/modules/systemstatus/templates/diskstat.html deleted file mode 100644 index 528d9792..00000000 --- a/modules/systemstatus/templates/diskstat.html +++ /dev/null @@ -1,63 +0,0 @@ -
- {{#system}} - {{lang_systemPartition}} -
-
{{lang_capacity}}: {{size}}
-
{{lang_free}}: {{free}}
- {{/system}} - {{^system}} - {{lang_systemStoreError}} - {{/system}} -
-
- {{#store}} - {{lang_vmStore}} -
-
{{lang_capacity}}: {{size}}
-
{{lang_free}}: {{free}}
- {{/store}} - {{^store}} - {{lang_vmStoreError}} - {{/store}} -
-
-{{#notConfigured}} -
{{lang_storeNotConfigured}}
-{{/notConfigured}} -{{#storeMissing}} -
{{lang_storeMissingExpected}} {{storeMissing}}
-{{/storeMissing}} -{{#wrongStore}} -
{{lang_foundStore}} {{wrongStore}}
-{{/wrongStore}} -{{lang_goToStoreConf}} - diff --git a/modules/systemstatus/templates/services.html b/modules/systemstatus/templates/services.html deleted file mode 100644 index 6c4f0b93..00000000 --- a/modules/systemstatus/templates/services.html +++ /dev/null @@ -1,6 +0,0 @@ -{{#ldadpError}} -
{{ldadpError}}
-{{/ldadpError}} -{{^ldadpError}} -
LDAP-AD-Proxy: OK
-{{/ldadpError}} diff --git a/modules/systemstatus/templates/systeminfo.html b/modules/systemstatus/templates/systeminfo.html deleted file mode 100644 index ed4a1532..00000000 --- a/modules/systemstatus/templates/systeminfo.html +++ /dev/null @@ -1,115 +0,0 @@ -
- {{lang_uptimeOS}}: {{uptime}} -
- -
- {{lang_cpuLoad}} - {{#cpuLoadOk}} -
-
{{lang_average}}: {{cpuLoad}}%
-
{{lang_onlyOS}}: {{cpuSystem}}%
-
{{lang_logicCPUs}}: {{cpuCount}}
- {{/cpuLoadOk}} - {{^cpuLoadOk}} - {{lang_notDetermined}} - {{/cpuLoadOk}} -
- -
- {{lang_ramUsage}} - {{#memTotal}} -
-
{{lang_total}}: {{memTotal}}
-
{{lang_free}}: {{memFree}}
- {{/memTotal}} - {{^memTotal}} - {{lang_notDetermined}} - {{/memTotal}} -
- -
- {{lang_swapUsage}} - {{#memTotal}} -
-
{{lang_total}}: {{swapTotal}}
-
{{lang_occupied}}: {{swapUsed}}
- {{/memTotal}} - {{^memTotal}} - {{lang_notDetermined}} - {{/memTotal}} -
- -
- -{{#swapWarning}} -
- {{lang_attention}} {{lang_swapWarning}} -
-{{/swapWarning}} - - -- cgit v1.2.3-55-g7522