summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/ajax-reboot.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-02-26 15:19:34 +0100
committerSimon Rettberg2020-02-26 15:19:34 +0100
commit92527b0b2d8a76ee8ae368541c60d0a07c889dbc (patch)
treefa84f70230e2d444d426fdd0b798f693d035fc8a /modules-available/systemstatus/templates/ajax-reboot.html
parent[dnbd3] Run mount script when toggling dnbd3 usage (diff)
downloadslx-admin-92527b0b2d8a76ee8ae368541c60d0a07c889dbc.tar.gz
slx-admin-92527b0b2d8a76ee8ae368541c60d0a07c889dbc.tar.xz
slx-admin-92527b0b2d8a76ee8ae368541c60d0a07c889dbc.zip
[backup/systemstatus] Show up/downloads in backup page
Add AJAX API to dozmod module to query the fileserver status of dmsd.
Diffstat (limited to 'modules-available/systemstatus/templates/ajax-reboot.html')
-rw-r--r--modules-available/systemstatus/templates/ajax-reboot.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules-available/systemstatus/templates/ajax-reboot.html b/modules-available/systemstatus/templates/ajax-reboot.html
deleted file mode 100644
index a1aaf1e6..00000000
--- a/modules-available/systemstatus/templates/ajax-reboot.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div>
- {{^dmsd_error}}
- {{lang_uploads}}: {{uploads}},
- {{lang_downloads}}: {{downloads}}
- {{/dmsd_error}}
- {{#dmsd_error}}
- <div class="alert alert-warning">{{lang_dmsdUnreachable}}</div>
- {{/dmsd_error}}
-</div>
-<div>
- {{#packages}}
- {{lang_updatedPackages}}: {{packages}}
- {{/packages}}
-</div> \ No newline at end of file