diff --git a/src/translation/en.json b/src/translation/en.json index 69d5a94dc..b8a3c24ba 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1515,7 +1515,8 @@ "updateVolumeDialog": { "title": "Update Volume {{ volume }}" }, - "tooltipEdit": "Edit Volume" + "tooltipEdit": "Edit Volume", + "mountStatus": "Mount Status" }, "storage": { "mounts": { diff --git a/src/views/volumes.html b/src/views/volumes.html index d7130d6a5..fa2a8a91a 100644 --- a/src/views/volumes.html +++ b/src/views/volumes.html @@ -10,7 +10,6 @@

{{ volumeConfigure.error }}

-

{{ volumeConfigure.volume.status.message }}

@@ -18,9 +17,15 @@
-
+
- + +

{{ volumeConfigure.volume.hostPath }}

+
+ +
+ +

{{ volumeConfigure.volume.status.message }} ({{ volumeConfigure.volume.status.state }})