diff --git a/app/components/dashboard/master-ctrl.js b/app/components/dashboard/master-ctrl.js index abbb4295d..356ce7de4 100644 --- a/app/components/dashboard/master-ctrl.js +++ b/app/components/dashboard/master-ctrl.js @@ -13,6 +13,7 @@ function ($scope, $cookieStore, Settings, Config, Info) { $scope.swarm_mode = false; Config.$promise.then(function (c) { + $scope.logo = c.logo; $scope.swarm = c.swarm; Info.get({}, function(d) { if ($scope.swarm && !_.startsWith(d.ServerVersion, 'swarm')) { diff --git a/index.html b/index.html index 4396996a0..726d1243d 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@