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:
parent
fe7646e939
commit
2683ddb1ee
2 changed files with 22 additions and 9 deletions
|
@ -8,4 +8,8 @@ angular.module('masthead', [])
|
|||
$scope.showNetworksVolumes = true;
|
||||
}
|
||||
});
|
||||
|
||||
$scope.refresh = function() {
|
||||
location.reload();
|
||||
}
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue