summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/diskstat.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-29 15:22:36 +0200
committerSimon Rettberg2015-09-29 15:22:36 +0200
commit2af587476d8509ddb4d119f61424d82c49b0695e (patch)
treea0beba886c476630aec6bc68b0d477ae5f142ab2 /templates/systemstatus/diskstat.html
parent[vmstore] Only save config if mounting succeeded (diff)
downloadslx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.tar.gz
slx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.tar.xz
slx-admin-2af587476d8509ddb4d119f61424d82c49b0695e.zip
[systemstatus] i18n of storage mount error strings
Diffstat (limited to 'templates/systemstatus/diskstat.html')
-rw-r--r--templates/systemstatus/diskstat.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/systemstatus/diskstat.html b/templates/systemstatus/diskstat.html
index 019dda1a..218ed8f1 100644
--- a/templates/systemstatus/diskstat.html
+++ b/templates/systemstatus/diskstat.html
@@ -21,7 +21,16 @@
{{/store}}
</div>
<div class="clearfix"></div>
-<div>{{storeError}}</div>
+{{#notConfigured}}
+<div>{{lang_storeNotConfigured}}</div>
+{{/notConfigured}}
+{{#storeMissing}}
+<div>{{lang_storeMissingExpected}} {{storeMissing}}</div>
+{{/storeMissing}}
+{{#wrongStore}}
+<div>{{lang_foundStore}} {{wrongStore}}</div>
+{{/wrongStore}}
+<a href="?do=VmStore">{{lang_goToStoreConf}}</a>
<script type="text/javascript">
{{#store}}
Circles.create({