diff --git a/dashboard/public/views/volumes.html b/dashboard/public/views/volumes.html
index 96815f786..556998fb0 100644
--- a/dashboard/public/views/volumes.html
+++ b/dashboard/public/views/volumes.html
@@ -203,11 +203,11 @@
- |
- {{ 'volumes.name' | tr }} |
- {{ 'volumes.type' | tr }} |
- {{ 'volumes.hostPath' | tr }} |
- {{ 'main.actions' | tr }} |
+ |
+ {{ 'volumes.name' | tr }} |
+ {{ 'volumes.type' | tr }} |
+ {{ 'volumes.hostPath' | tr }} |
+ {{ 'main.actions' | tr }} |
@@ -216,15 +216,15 @@
-
+ |
{{ volume.name }}
|
-
+ |
{{ 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 }} |
+
|