mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
Remove unused Dockerfile service, rename services to match API endpoint names: Docker => Version, System => Info.
This commit is contained in:
parent
5f4641af67
commit
8a900254ae
6 changed files with 14 additions and 35 deletions
|
@ -1,9 +1,9 @@
|
|||
angular.module('footer', [])
|
||||
.controller('FooterController', ['$scope', 'Settings', 'Docker', function ($scope, Settings, Docker) {
|
||||
.controller('FooterController', ['$scope', 'Settings', 'Version', function ($scope, Settings, Version) {
|
||||
$scope.template = 'app/components/footer/statusbar.html';
|
||||
|
||||
$scope.uiVersion = Settings.uiVersion;
|
||||
Docker.get({}, function (d) {
|
||||
Version.get({}, function (d) {
|
||||
$scope.apiVersion = d.ApiVersion;
|
||||
});
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue