1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

Add refresh button.

This commit is contained in:
Kevan Ahlquist 2016-01-10 20:36:22 -06:00
parent fe7646e939
commit 2683ddb1ee
2 changed files with 22 additions and 9 deletions

View file

@ -8,4 +8,8 @@ angular.module('masthead', [])
$scope.showNetworksVolumes = true;
}
});
$scope.refresh = function() {
location.reload();
}
}]);