diff --git a/src/views/volumes.html b/src/views/volumes.html
index 014cd4be1..e5a0ab885 100644
--- a/src/views/volumes.html
+++ b/src/views/volumes.html
@@ -126,13 +126,13 @@
-
+
|
- {{ 'volumes.name' | tr }} |
- {{ 'volumes.type' | tr }} |
- {{ 'volumes.hostPath' | tr }} |
+ {{ 'volumes.name' | tr }} |
+ {{ 'volumes.type' | tr }} |
+ {{ 'volumes.hostPath' | tr }} |
{{ 'main.actions' | tr }} |
@@ -148,10 +148,8 @@
{{ volume.mountType }}
|
-
- {{ volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath }}{{ volume.mountOptions.remoteDir }}
- {{ volume.hostPath }}
- |
+ {{ volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath }}{{ volume.mountOptions.remoteDir }} |
+ {{ volume.hostPath }} |
|