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 += '
';