mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
Move footer to its own submodule.
This commit is contained in:
parent
07183e20f1
commit
20b7e16ed4
6 changed files with 12 additions and 11 deletions
|
@ -119,13 +119,6 @@ function getChart(id) {
|
|||
return new Chart(ctx);
|
||||
}
|
||||
|
||||
function StatusBarController($scope, Settings) {
|
||||
$scope.template = 'partials/statusbar.html';
|
||||
|
||||
$scope.uiVersion = Settings.uiVersion;
|
||||
$scope.apiVersion = Settings.version;
|
||||
}
|
||||
|
||||
function SideBarController($scope, Container, Settings) {
|
||||
$scope.template = 'partials/sidebar.html';
|
||||
$scope.containers = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue