1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

Add api version

This commit is contained in:
Michael Crosby 2013-06-10 15:10:43 -09:00
parent 528565afc8
commit 1a11d7bb3a
4 changed files with 23 additions and 17 deletions

View file

@ -42,6 +42,8 @@ function SettingsController($scope, Auth, System, Docker, Settings) {
$scope.auth = {};
$scope.info = {};
$scope.docker = {};
$scope.endpoint = Settings.endpoint;
$scope.apiVersion = Settings.version;
$('#response').hide();
$scope.alertClass = 'block';