summaryrefslogtreecommitdiffstats
path: root/templates/page-vmstore.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-28 16:08:37 +0200
committerSimon Rettberg2015-09-28 16:08:37 +0200
commit8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6 (patch)
tree3ea1985c7ca4484a36c0bdc452f2eec7706440e1 /templates/page-vmstore.html
parentUse systemctl to start/stop services (diff)
downloadslx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.gz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.xz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.zip
Improved several translations, added help texts, fixed module grouping, layout
Diffstat (limited to 'templates/page-vmstore.html')
-rw-r--r--templates/page-vmstore.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page-vmstore.html b/templates/page-vmstore.html
index 0fc53e92..c7c9e846 100644
--- a/templates/page-vmstore.html
+++ b/templates/page-vmstore.html
@@ -92,14 +92,14 @@
{{lang_nfsHelp1}}
</p>
<pre>
-/mnt/images 1.2.3.4(rw,no_root_squash,async,nolock)
+/mnt/images 1.2.3.4(rw,no_root_squash,async)
/mnt/images *(ro,async,nolock)
</pre>
<p>
{{lang_nfsHelp2}}
</p>
<pre>
-/mnt/images 1.2.3.4(rw,all_squash,anon_uid=1234,async,nolock)
+/mnt/images 1.2.3.4(rw,all_squash,anon_uid=1234,async)
/mnt/images *(ro,async,nolock)
</pre>
</div>