From 08c868bc1c7806d73f49b842493a1192aaeed3db Mon Sep 17 00:00:00 2001 From: jjlorenzo Date: Sun, 6 Nov 2016 23:14:58 -0500 Subject: [PATCH] Restore the ability to customize the logo image. (#327) --- app/components/dashboard/master-ctrl.js | 1 + index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@