1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 12:25:22 +02:00

Fix network stats error for 1.9.0+ clients, hide networks and volumes better on older clients.

This commit is contained in:
Kevan Ahlquist 2016-01-10 21:51:51 -06:00
parent 22d35eb32f
commit 9d1193c0b5
4 changed files with 10 additions and 4 deletions

View file

@ -11,5 +11,5 @@ angular.module('masthead', [])
$scope.refresh = function() {
location.reload();
}
};
}]);