diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 67f21bfe70..c5806208c1 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -57,7 +57,10 @@ icon = "fa-book"; break; case "channels": - icon = "fa-video-camera"; + icon = "fa-globe"; + break; + case "playlists": + icon = "fa-list"; break; default: icon = "fa-folder-o"; diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 0ba1c33053..5e4843960b 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -97,7 +97,7 @@ background = 'rgba(72, 0, 255, ' + opacity + ')'; } - html += '
'; + html += '
'; html += text; html += '
';