mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(dashboard): add missing dependency to Messages service (#402)
This commit is contained in:
parent
0a38bba874
commit
9165b5b215
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
angular.module('dashboard', [])
|
angular.module('dashboard', [])
|
||||||
.controller('DashboardController', ['$scope', '$q', 'Config', 'Container', 'ContainerHelper', 'Image', 'Network', 'Volume', 'Info',
|
.controller('DashboardController', ['$scope', '$q', 'Config', 'Container', 'ContainerHelper', 'Image', 'Network', 'Volume', 'Info', 'Messages',
|
||||||
function ($scope, $q, Config, Container, ContainerHelper, Image, Network, Volume, Info) {
|
function ($scope, $q, Config, Container, ContainerHelper, Image, Network, Volume, Info, Messages) {
|
||||||
|
|
||||||
$scope.containerData = {
|
$scope.containerData = {
|
||||||
total: 0
|
total: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue