diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css index 5fa66b174..e3d74bf00 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css @@ -10,11 +10,6 @@ flex-shrink: 0; } - .tvGuideHeader.headroom--unpinned { - -webkit-transform: translateY(-98px); - transform: translateY(-98px); - } - .tvProgramSectionHeader { margin: 0; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js index b09fa127e..f608a6261 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js @@ -16,6 +16,8 @@ items = {}; }; + self.options = options; + // 30 mins var cellCurationMinutes = 30; var cellDurationMs = cellCurationMinutes * 60 * 1000; @@ -623,6 +625,8 @@ createVerticalScroller(context, self); itemShortcuts.on(context); + events.trigger(self, 'load'); + self.refresh(); } diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html index fd032ff7e..9f957ee48 100644 --- a/dashboard-ui/cinemamodeconfiguration.html +++ b/dashboard-ui/cinemamodeconfiguration.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/connectlogin.html b/dashboard-ui/connectlogin.html index 62ec41cdb..92d01730f 100644 --- a/dashboard-ui/connectlogin.html +++ b/dashboard-ui/connectlogin.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index d5f7b9646..93e1cbd5f 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -66,14 +66,6 @@ padding-top: 10px; } -.absolutePageTabContent { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - /*.pageWithAbsoluteTabs .pageTabContent { padding-left: .5em !important; padding-right: .5em !important; diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index d3cd621df..240504c17 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -11,12 +11,24 @@ } .absolutePageTabContent { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1000; margin: 0 !important; width: 100% !important; /* Page needs to supply padding */ top: 92px !important; + transition: transform 200ms ease-out; } + .absolutePageTabContent.headroomUnpinned { + transform: translateY(-92px); + bottom: -92px!important; + } + .sidebarDivider { height: 1px; background: #eaeaea; diff --git a/dashboard-ui/css/livetv.css b/dashboard-ui/css/livetv.css index 71e44e5d7..8e450cd85 100644 --- a/dashboard-ui/css/livetv.css +++ b/dashboard-ui/css/livetv.css @@ -10,3 +10,8 @@ .guideVerticalScroller { padding-bottom: 160px; } + +.tvGuideHeader.headroom--unpinned { + -webkit-transform: none; + transform: none; +} diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 893f15fa9..de388a843 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/dashboardhosting.html b/dashboard-ui/dashboardhosting.html index 0cc32dd95..dad51165c 100644 --- a/dashboard-ui/dashboardhosting.html +++ b/dashboard-ui/dashboardhosting.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/device.html b/dashboard-ui/device.html index f9cfdb8d0..e3ef05096 100644 --- a/dashboard-ui/device.html +++ b/dashboard-ui/device.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/devicesupload.html b/dashboard-ui/devicesupload.html index adf38fb8b..5ebae7b7c 100644 --- a/dashboard-ui/devicesupload.html +++ b/dashboard-ui/devicesupload.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index bc93fb803..39e5bda87 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/dlnaprofiles.html b/dashboard-ui/dlnaprofiles.html index 2f9efc459..89a573ee8 100644 --- a/dashboard-ui/dlnaprofiles.html +++ b/dashboard-ui/dlnaprofiles.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/dlnasettings.html b/dashboard-ui/dlnasettings.html index 9a2360d79..107929d48 100644 --- a/dashboard-ui/dlnasettings.html +++ b/dashboard-ui/dlnasettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/encodingsettings.html b/dashboard-ui/encodingsettings.html index 594f84b2c..e0a144e54 100644 --- a/dashboard-ui/encodingsettings.html +++ b/dashboard-ui/encodingsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/forgotpassword.html b/dashboard-ui/forgotpassword.html index 7c7a14a5f..8e3b658c9 100644 --- a/dashboard-ui/forgotpassword.html +++ b/dashboard-ui/forgotpassword.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/forgotpasswordpin.html b/dashboard-ui/forgotpasswordpin.html index f519af49d..f8a7d6f86 100644 --- a/dashboard-ui/forgotpasswordpin.html +++ b/dashboard-ui/forgotpasswordpin.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index d94bf269a..df378ae20 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/librarysettings.html b/dashboard-ui/librarysettings.html index cf88f129a..a8062db15 100644 --- a/dashboard-ui/librarysettings.html +++ b/dashboard-ui/librarysettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetv.html b/dashboard-ui/livetv.html index 5cd9b808f..9f463d264 100644 --- a/dashboard-ui/livetv.html +++ b/dashboard-ui/livetv.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html index 629d3eddd..a35b12440 100644 --- a/dashboard-ui/livetvseriestimer.html +++ b/dashboard-ui/livetvseriestimer.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvsettings.html b/dashboard-ui/livetvsettings.html index d77c53237..c3aa6b247 100644 --- a/dashboard-ui/livetvsettings.html +++ b/dashboard-ui/livetvsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvstatus.html b/dashboard-ui/livetvstatus.html index 0d5144695..196d48103 100644 --- a/dashboard-ui/livetvstatus.html +++ b/dashboard-ui/livetvstatus.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvtimer.html b/dashboard-ui/livetvtimer.html index 993ae84d1..77a80613b 100644 --- a/dashboard-ui/livetvtimer.html +++ b/dashboard-ui/livetvtimer.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvtunerprovider-hdhomerun.html b/dashboard-ui/livetvtunerprovider-hdhomerun.html index 09210b0de..2c7c9c29f 100644 --- a/dashboard-ui/livetvtunerprovider-hdhomerun.html +++ b/dashboard-ui/livetvtunerprovider-hdhomerun.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvtunerprovider-m3u.html b/dashboard-ui/livetvtunerprovider-m3u.html index 2dff46883..67bcd09aa 100644 --- a/dashboard-ui/livetvtunerprovider-m3u.html +++ b/dashboard-ui/livetvtunerprovider-m3u.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/login.html b/dashboard-ui/login.html index 1d37d270c..488ac4dcc 100644 --- a/dashboard-ui/login.html +++ b/dashboard-ui/login.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/metadata.html b/dashboard-ui/metadata.html index eabd7e657..dac8ed6fa 100644 --- a/dashboard-ui/metadata.html +++ b/dashboard-ui/metadata.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index 09ce52a90..9c94c3f77 100644 --- a/dashboard-ui/metadataimages.html +++ b/dashboard-ui/metadataimages.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/metadatanfo.html b/dashboard-ui/metadatanfo.html index 11c9c465e..cba52e027 100644 --- a/dashboard-ui/metadatanfo.html +++ b/dashboard-ui/metadatanfo.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/metadatasubtitles.html b/dashboard-ui/metadatasubtitles.html index 3df928af7..a3370d520 100644 --- a/dashboard-ui/metadatasubtitles.html +++ b/dashboard-ui/metadatasubtitles.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/mypreferencesdisplay.html b/dashboard-ui/mypreferencesdisplay.html index b9344c7cd..cc5304cae 100644 --- a/dashboard-ui/mypreferencesdisplay.html +++ b/dashboard-ui/mypreferencesdisplay.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/mypreferenceshome.html b/dashboard-ui/mypreferenceshome.html index 12267f66c..2da602b1c 100644 --- a/dashboard-ui/mypreferenceshome.html +++ b/dashboard-ui/mypreferenceshome.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/mypreferenceslanguages.html b/dashboard-ui/mypreferenceslanguages.html index 8fccd405c..93b89e3ab 100644 --- a/dashboard-ui/mypreferenceslanguages.html +++ b/dashboard-ui/mypreferenceslanguages.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 3c2f47723..135e8af39 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -1,4 +1,4 @@ -
+

diff --git a/dashboard-ui/mysync.html b/dashboard-ui/mysync.html index 5b2b4c4f7..73486bd13 100644 --- a/dashboard-ui/mysync.html +++ b/dashboard-ui/mysync.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/mysyncsettings.html b/dashboard-ui/mysyncsettings.html index aab3c95ad..fddbbcbcf 100644 --- a/dashboard-ui/mysyncsettings.html +++ b/dashboard-ui/mysyncsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/notificationsetting.html b/dashboard-ui/notificationsetting.html index f8a0fb808..cff879138 100644 --- a/dashboard-ui/notificationsetting.html +++ b/dashboard-ui/notificationsetting.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/nowplaying.html b/dashboard-ui/nowplaying.html index 35118c2af..f1e45087a 100644 --- a/dashboard-ui/nowplaying.html +++ b/dashboard-ui/nowplaying.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/playbackconfiguration.html b/dashboard-ui/playbackconfiguration.html index a9c5f7964..16f210d4f 100644 --- a/dashboard-ui/playbackconfiguration.html +++ b/dashboard-ui/playbackconfiguration.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/scheduledtask.html b/dashboard-ui/scheduledtask.html index cbfe07a05..769f47e47 100644 --- a/dashboard-ui/scheduledtask.html +++ b/dashboard-ui/scheduledtask.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 68893fae8..9fc341cd6 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -3419,10 +3419,6 @@ html += ''; html += '
'; - //html += '
'; - //html += '' + Globalize.translate('ButtonClose') + ''; - //html += '
'; - dlg.innerHTML = html; document.body.appendChild(dlg); diff --git a/dashboard-ui/scripts/livetvguide.js b/dashboard-ui/scripts/livetvguide.js index bdbf482d8..80f3fc448 100644 --- a/dashboard-ui/scripts/livetvguide.js +++ b/dashboard-ui/scripts/livetvguide.js @@ -1,4 +1,28 @@ -define(['tvguide', 'embyRouter'], function (tvguide, embyRouter) { +define(['tvguide', 'events'], function (tvguide, events) { + + function onGuideLoaded() { + + var context = this.options.element; + + require(["headroom"], function () { + + // construct an instance of Headroom, passing the element + var headroom = new Headroom(context.querySelector('.tvGuideHeader'), { + // or scroll tolerance per direction + scroller: context.querySelector('.guideVerticalScroller'), + + onPin: function () { + context.classList.remove('headroomUnpinned'); + }, + // callback when unpinned, `this` is headroom object + onUnpin: function () { + context.classList.add('headroomUnpinned'); + } + }); + // initialise + headroom.init(); + }); + } window.LiveTvPage.initGuideTab = function (page, tabContent) { @@ -6,15 +30,14 @@ window.LiveTvPage.renderGuideTab = function (page, tabContent) { - if (page.guideInstance) { - if (LibraryBrowser.needsRefresh(tabContent)) { - page.guideInstance.refresh(); - } - } else { + if (!page.guideInstance) { + page.guideInstance = new tvguide({ - element: tabContent, - enableHeadRoom: true + element: tabContent }); + + events.on(page.guideInstance, 'load', onGuideLoaded); + } }; diff --git a/dashboard-ui/scripts/registrationservices.js b/dashboard-ui/scripts/registrationservices.js index 42a16e204..87355cf2d 100644 --- a/dashboard-ui/scripts/registrationservices.js +++ b/dashboard-ui/scripts/registrationservices.js @@ -97,7 +97,7 @@ function showPlaybackOverlay(resolve, reject) { - require(['dialogHelper', 'paper-fab', 'paper-item-body', 'paper-icon-item'], function (dialogHelper) { + require(['dialogHelper', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'paper-button'], function (dialogHelper) { var dlg = dialogHelper.createDialog({ size: 'fullscreen-border' diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index f42b4be80..54a98cbf3 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -1,4 +1,4 @@ -define(['libraryBrowser', 'jQuery', 'appSettings', 'scrollStyles'], function (LibraryBrowser, $, appSettings) { +define(['libraryBrowser', 'jQuery', 'appSettings', 'scrollStyles', 'paper-button'], function (LibraryBrowser, $, appSettings) { function getUserViews(userId) { diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index fabdfbad4..97722b31a 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -2545,7 +2545,7 @@ var AppInfo = {}; defineRoute({ path: '/movies.html', - dependencies: ['paper-tabs', 'paper-checkbox', 'paper-fab', 'scripts/alphapicker'], + dependencies: ['paper-tabs', 'paper-checkbox', 'paper-fab', 'scripts/alphapicker', 'paper-button'], autoFocus: false, controller: 'scripts/moviesrecommended' }); diff --git a/dashboard-ui/scripts/syncjob.js b/dashboard-ui/scripts/syncjob.js index 668242da1..5f10d02ac 100644 --- a/dashboard-ui/scripts/syncjob.js +++ b/dashboard-ui/scripts/syncjob.js @@ -1,4 +1,4 @@ -define(['jQuery', 'paper-progress', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'paper-icon-button'], function ($) { +define(['jQuery', 'paper-progress', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'paper-icon-button', 'paper-button'], function ($) { function renderJob(page, job, dialogOptions) { diff --git a/dashboard-ui/scripts/taskbutton.js b/dashboard-ui/scripts/taskbutton.js index c5cf48bf3..2e4311f41 100644 --- a/dashboard-ui/scripts/taskbutton.js +++ b/dashboard-ui/scripts/taskbutton.js @@ -1,4 +1,4 @@ -define(['appStorage', 'jQuery'], function (appStorage, $) { +define(['appStorage', 'jQuery', 'paper-button'], function (appStorage, $) { $.fn.taskButton = function (options) { diff --git a/dashboard-ui/selectserver.html b/dashboard-ui/selectserver.html index 349eb4783..43a4bb938 100644 --- a/dashboard-ui/selectserver.html +++ b/dashboard-ui/selectserver.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/serversecurity.html b/dashboard-ui/serversecurity.html index d1e4dc16b..c9e67a85c 100644 --- a/dashboard-ui/serversecurity.html +++ b/dashboard-ui/serversecurity.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/streamingsettings.html b/dashboard-ui/streamingsettings.html index 42c616445..4409dc529 100644 --- a/dashboard-ui/streamingsettings.html +++ b/dashboard-ui/streamingsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/supporterkey.html b/dashboard-ui/supporterkey.html index 7d7b175b3..c271da2af 100644 --- a/dashboard-ui/supporterkey.html +++ b/dashboard-ui/supporterkey.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/syncactivity.html b/dashboard-ui/syncactivity.html index e43aec1f3..6405bc9b8 100644 --- a/dashboard-ui/syncactivity.html +++ b/dashboard-ui/syncactivity.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/syncsettings.html b/dashboard-ui/syncsettings.html index 819222dd7..194028ad0 100644 --- a/dashboard-ui/syncsettings.html +++ b/dashboard-ui/syncsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/useredit.html b/dashboard-ui/useredit.html index 14d563e49..00dd6a887 100644 --- a/dashboard-ui/useredit.html +++ b/dashboard-ui/useredit.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/userlibraryaccess.html b/dashboard-ui/userlibraryaccess.html index 8c4e20d8d..84bfd7496 100644 --- a/dashboard-ui/userlibraryaccess.html +++ b/dashboard-ui/userlibraryaccess.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/usernew.html b/dashboard-ui/usernew.html index 33f26f7de..c5f22bcd1 100644 --- a/dashboard-ui/usernew.html +++ b/dashboard-ui/usernew.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/userparentalcontrol.html b/dashboard-ui/userparentalcontrol.html index d3d2ff90b..2c6a023d3 100644 --- a/dashboard-ui/userparentalcontrol.html +++ b/dashboard-ui/userparentalcontrol.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/userpassword.html b/dashboard-ui/userpassword.html index d370c4ff2..6e5365829 100644 --- a/dashboard-ui/userpassword.html +++ b/dashboard-ui/userpassword.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/userprofiles.html b/dashboard-ui/userprofiles.html index 8119cea82..72793aa7d 100644 --- a/dashboard-ui/userprofiles.html +++ b/dashboard-ui/userprofiles.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/voice/voicedialog.js b/dashboard-ui/voice/voicedialog.js index bc5904943..093c2f4cf 100644 --- a/dashboard-ui/voice/voicedialog.js +++ b/dashboard-ui/voice/voicedialog.js @@ -1,4 +1,4 @@ -define(['dialogHelper', 'jQuery'], function (dialogHelper, $) { +define(['dialogHelper', 'jQuery', 'paper-button'], function (dialogHelper, $) { var currentRecognition; var lang = 'en-US'; diff --git a/dashboard-ui/wizardagreement.html b/dashboard-ui/wizardagreement.html index f48791e90..9060e7d81 100644 --- a/dashboard-ui/wizardagreement.html +++ b/dashboard-ui/wizardagreement.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardfinish.html b/dashboard-ui/wizardfinish.html index 5258ff3f6..454a5d47c 100644 --- a/dashboard-ui/wizardfinish.html +++ b/dashboard-ui/wizardfinish.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index db3d5275d..f203683f9 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardlivetvguide.html b/dashboard-ui/wizardlivetvguide.html index e288e32b7..4a0cfdfe6 100644 --- a/dashboard-ui/wizardlivetvguide.html +++ b/dashboard-ui/wizardlivetvguide.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardlivetvtuner.html b/dashboard-ui/wizardlivetvtuner.html index 587665b34..3b6c0b5b3 100644 --- a/dashboard-ui/wizardlivetvtuner.html +++ b/dashboard-ui/wizardlivetvtuner.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardservice.html b/dashboard-ui/wizardservice.html index 9f87349de..97c9b31fb 100644 --- a/dashboard-ui/wizardservice.html +++ b/dashboard-ui/wizardservice.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardsettings.html b/dashboard-ui/wizardsettings.html index b167e40c4..98985fa42 100644 --- a/dashboard-ui/wizardsettings.html +++ b/dashboard-ui/wizardsettings.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizardstart.html b/dashboard-ui/wizardstart.html index f20eb1f0e..4e6f52f20 100644 --- a/dashboard-ui/wizardstart.html +++ b/dashboard-ui/wizardstart.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/wizarduser.html b/dashboard-ui/wizarduser.html index d9106ca61..2a104f59a 100644 --- a/dashboard-ui/wizarduser.html +++ b/dashboard-ui/wizarduser.html @@ -1,4 +1,4 @@ -
+