mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
Rename settings page to info
You can't change any settings in the settings page, so the title is missleading.
This commit is contained in:
parent
f32aadedfb
commit
14d4397868
6 changed files with 160 additions and 160 deletions
|
@ -1,11 +0,0 @@
|
|||
angular.module('settings', [])
|
||||
.controller('SettingsController', ['$scope', 'System', 'Docker', 'Settings', 'Messages',
|
||||
function($scope, System, Docker, Settings, Messages) {
|
||||
$scope.info = {};
|
||||
$scope.docker = {};
|
||||
$scope.endpoint = Settings.endpoint;
|
||||
$scope.apiVersion = Settings.version;
|
||||
|
||||
Docker.get({}, function(d) { $scope.docker = d; });
|
||||
System.get({}, function(d) { $scope.info = d; });
|
||||
}]);
|
Loading…
Add table
Add a link
Reference in a new issue