diff --git a/app/components/containers/containers.html b/app/components/containers/containers.html index 1a977a91e..eddb0771d 100644 --- a/app/components/containers/containers.html +++ b/app/components/containers/containers.html @@ -1,7 +1,11 @@
- + + + + + Containers diff --git a/app/components/images/images.html b/app/components/images/images.html index 4eb40b03e..2fda922d4 100644 --- a/app/components/images/images.html +++ b/app/components/images/images.html @@ -1,7 +1,12 @@
- + + + + + + Images diff --git a/app/components/networks/networks.html b/app/components/networks/networks.html index 03dad45f6..d057c8594 100644 --- a/app/components/networks/networks.html +++ b/app/components/networks/networks.html @@ -1,7 +1,11 @@
- + + + + + Networks diff --git a/app/components/swarm/swarm.html b/app/components/swarm/swarm.html index d4a69b0d2..ee95f7115 100644 --- a/app/components/swarm/swarm.html +++ b/app/components/swarm/swarm.html @@ -1,5 +1,9 @@ - + + + + + Swarm diff --git a/app/components/volumes/volumes.html b/app/components/volumes/volumes.html index 75db9fd3b..0c8e51104 100644 --- a/app/components/volumes/volumes.html +++ b/app/components/volumes/volumes.html @@ -1,7 +1,11 @@
- + + + + + Volumes diff --git a/app/directives/header-title.js b/app/directives/header-title.js index 5cd156ad6..65c5d2833 100644 --- a/app/directives/header-title.js +++ b/app/directives/header-title.js @@ -7,7 +7,7 @@ angular title: '@' }, transclude: true, - template: '
{{title}}
', + template: '
{{title}}
', restrict: 'E' }; return directive; diff --git a/assets/css/app.css b/assets/css/app.css index 8c629650b..0d99e9de8 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -139,3 +139,7 @@ display: inline; font-size: 18px; } + +.header_title_content { + margin-left: 5px; +}