mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
Moved settings to its own submodule
This commit is contained in:
parent
604fd1de3b
commit
306d2db03e
5 changed files with 14 additions and 12 deletions
|
@ -47,16 +47,6 @@ function getChart(id) {
|
|||
return new Chart(ctx);
|
||||
}
|
||||
|
||||
function SettingsController($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; });
|
||||
}
|
||||
|
||||
function BuilderController($scope, Dockerfile, Messages) {
|
||||
$scope.template = 'partials/builder.html';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue