diff --git a/rd_ui/app/public.html b/rd_ui/app/public.html index 63bcfcda7..9e7d1c1b8 100644 --- a/rd_ui/app/public.html +++ b/rd_ui/app/public.html @@ -5,7 +5,7 @@ diff --git a/rd_ui/app/scripts/directives/directives.js b/rd_ui/app/scripts/directives/directives.js index 91e1025a2..34875f04a 100644 --- a/rd_ui/app/scripts/directives/directives.js +++ b/rd_ui/app/scripts/directives/directives.js @@ -10,6 +10,7 @@ templateUrl: '/views/app_header.html', link: function ($scope) { $scope.dashboards = []; + $scope.logoUrl = clientConfig.logoUrl; $scope.reloadDashboards = function () { Dashboard.query(function (dashboards) { $scope.dashboards = _.sortBy(dashboards, "name"); diff --git a/rd_ui/app/views/app_header.html b/rd_ui/app/views/app_header.html index d0c19e5a4..6e70a598b 100644 --- a/rd_ui/app/views/app_header.html +++ b/rd_ui/app/views/app_header.html @@ -8,7 +8,7 @@ - +