diff --git a/app/components/masthead/masthead.html b/app/components/masthead/masthead.html index 7ff8766a0..0e358e7cb 100644 --- a/app/components/masthead/masthead.html +++ b/app/components/masthead/masthead.html @@ -1,12 +1,21 @@

DockerUI

- + +
+ +
+
+ +
diff --git a/app/components/masthead/mastheadController.js b/app/components/masthead/mastheadController.js index ae375cab4..713ff8bf3 100644 --- a/app/components/masthead/mastheadController.js +++ b/app/components/masthead/mastheadController.js @@ -8,4 +8,8 @@ angular.module('masthead', []) $scope.showNetworksVolumes = true; } }); + + $scope.refresh = function() { + location.reload(); + } }]);