diff --git a/dashboard-ui/css/images/clients/amazon.png b/dashboard-ui/css/images/clients/amazon.png new file mode 100644 index 000000000..e8aa9c3f6 Binary files /dev/null and b/dashboard-ui/css/images/clients/amazon.png differ diff --git a/dashboard-ui/css/images/clients/mbc.png b/dashboard-ui/css/images/clients/mbc.png index 057899de8..519f6bb43 100644 Binary files a/dashboard-ui/css/images/clients/mbc.png and b/dashboard-ui/css/images/clients/mbc.png differ diff --git a/dashboard-ui/css/images/clients/mediaportal.png b/dashboard-ui/css/images/clients/mediaportal.png new file mode 100644 index 000000000..2051a869a Binary files /dev/null and b/dashboard-ui/css/images/clients/mediaportal.png differ diff --git a/dashboard-ui/css/images/clients/playstore.png b/dashboard-ui/css/images/clients/playstore.png new file mode 100644 index 000000000..07d717a8c Binary files /dev/null and b/dashboard-ui/css/images/clients/playstore.png differ diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index d44bf878d..492635087 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -327,6 +327,14 @@ h1 .imageLink { background: #262626!important; } +.appLinks a { + margin: 0 2px; +} + +.appLinks img { + height: 32px; +} + @media all and (min-width: 450px) { .currentUsername { diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 34b4094a8..284fc8751 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -72,7 +72,7 @@
@@ -87,7 +87,7 @@ diff --git a/dashboard-ui/scripts/edititemmetadata.js b/dashboard-ui/scripts/edititemmetadata.js index 4b8a23c52..932048a7c 100644 --- a/dashboard-ui/scripts/edititemmetadata.js +++ b/dashboard-ui/scripts/edititemmetadata.js @@ -717,7 +717,7 @@ } if (item.MediaType == "Video" && item.Type != "Channel") { - $('#fldSourceType', page).show(); + $('#fldSourceType', page).hide(); } else { $('#fldSourceType', page).hide(); } diff --git a/dashboard-ui/wizardfinish.html b/dashboard-ui/wizardfinish.html index 45d16b467..81d2d7430 100644 --- a/dashboard-ui/wizardfinish.html +++ b/dashboard-ui/wizardfinish.html @@ -12,7 +12,28 @@That's all we need for now. Media Browser has begun collecting information about your media library. You do not need to wait for this process to complete before using a client application or changing other settings within the Dashboard.
+That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click Finish to view the Dashboard.
+ +