diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index 54c19cf2e..40c57de70 100644 --- a/dashboard-ui/components/directorybrowser/directorybrowser.js +++ b/dashboard-ui/components/directorybrowser/directorybrowser.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-item', 'paper-input', 'paper-fab'], function () { +define(['components/paperdialoghelper', 'paper-item', 'paper-input', 'paper-fab', 'paper-item-body'], function () { var systemInfo; function getSystemInfo() { diff --git a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js index 9d48e4af4..ba2c15a64 100644 --- a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js +++ b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-dialog', 'paper-input', 'paper-fab'], function () { +define(['components/paperdialoghelper', 'paper-dialog', 'paper-input', 'paper-fab', 'paper-item-body'], function () { var currentDeferred; var hasChanges; diff --git a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js index efd98daba..94f4cf769 100644 --- a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js +++ b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-fab'], function () { +define(['components/paperdialoghelper', 'paper-fab', 'paper-item-body'], function () { var currentDeferred; var hasChanges; diff --git a/dashboard-ui/components/subtitleeditor/subtitleeditor.js b/dashboard-ui/components/subtitleeditor/subtitleeditor.js index 9264ca153..a827fce4a 100644 --- a/dashboard-ui/components/subtitleeditor/subtitleeditor.js +++ b/dashboard-ui/components/subtitleeditor/subtitleeditor.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-fab'], function () { +define(['components/paperdialoghelper', 'paper-fab', 'paper-item-body'], function () { var currentItem; diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index dcf04f32d..4dab7fc02 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -4,7 +4,7 @@