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:
parent
528565afc8
commit
1a11d7bb3a
4 changed files with 23 additions and 17 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue