From 7beb5026ecac9a084d0f26c4c68093c8db267ecf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 30 Jul 2016 17:20:42 -0400 Subject: [PATCH] fix up dashboard --- dashboard-ui/dashboard.html | 2 +- dashboard-ui/scripts/dashboardpage.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 5a0767c20e..76d5777cc7 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -75,7 +75,7 @@

${HeaderActiveDevices}

-
+
diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index 7760fae355..6fc0c07d70 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -1,4 +1,4 @@ -define(['datetime', 'jQuery'], function (datetime, $) { +define(['datetime', 'jQuery', 'cardStyle'], function (datetime, $) { function renderNoHealthAlertsMessage(page) { @@ -309,7 +309,7 @@ var nowPlayingItem = session.NowPlayingItem; - var className = nowPlayingItem ? 'card activeSession' : 'card activeSession'; + var className = nowPlayingItem ? 'scalableCard card activeSession' : 'scalableCard card activeSession'; if (session.TranscodingInfo && session.TranscodingInfo.CompletionPercentage) { className += ' transcodingSession'; @@ -317,7 +317,7 @@ html += '
'; - html += '
'; + html += '
'; html += '
'; html += '
';