summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/diskstat.html
diff options
context:
space:
mode:
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({