diff --git a/dashboard-ui/css/images/clients/roku.jpg b/dashboard-ui/css/images/clients/roku.jpg new file mode 100644 index 000000000..63ddf0a35 Binary files /dev/null and b/dashboard-ui/css/images/clients/roku.jpg differ diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index 85b44693e..908a99dd5 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -132,6 +132,10 @@ return "Android"; } + if (clientLowered == "roku") { + + return "Roku"; + } if (clientLowered == "ios") { return "iOS";