From 31ad2c1ca396f63eabd1916c31fc28d5d6cdb49b Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 30 Nov 2020 11:57:09 +0000 Subject: [PATCH] Add type class to template --- dist/css/app.min.less | 6 +++++- dist/dashboard.appcache | 4 ++-- dist/js/app.min.js | 2 +- index.js | 3 ++- src/components/ui-component/templates/template.html | 2 +- src/theme.less | 6 +++++- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/dist/css/app.min.less b/dist/css/app.min.less index 03ff4fdc..400756a4 100644 --- a/dist/css/app.min.less +++ b/dist/css/app.min.less @@ -619,10 +619,14 @@ md-select-menu md-option:focus:not([disabled]):not([selected]) { margin-left: 6px; } + .nr-dashboard-theme .nr-dashboard-template { + // padding: 0; + background-color: @widgetBorderColor; + } .nr-dashboard-theme .nr-dashboard-template md-switch .md-thumb { background-color: rgb(148, 148, 148); } - .nr-dashboard-theme .nr-dashboard-template md-switch .md-bar { + .nr-dashboard-theme .nr-dashboard-template md-switch .md-bar { background-color: rgba(111, 111, 111, 0.5); } .nr-dashboard-theme .nr-dashboard-template md-switch.md-checked:not([disabled]) .md-thumb { diff --git a/dist/dashboard.appcache b/dist/dashboard.appcache index 8ebe7e97..8fa08d1c 100644 --- a/dist/dashboard.appcache +++ b/dist/dashboard.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# Time: Sat Nov 28 2020 23:04:07 GMT+0000 (Greenwich Mean Time) +# Time: Mon Nov 30 2020 10:57:46 GMT+0000 (Greenwich Mean Time) CACHE: i18n.js @@ -26,4 +26,4 @@ loading.html NETWORK: * -# hash: 95f0e323e7e2c119623864e95d3b2a0c268358f6ae4cc88405af5bfcdb25b288 +# hash: ee645d7af0d9ffa1371e3d6a47cd43028765699db35636c7e7ffd87f1bda8edc diff --git a/dist/js/app.min.js b/dist/js/app.min.js index 6b721108..b3a42968 100644 --- a/dist/js/app.min.js +++ b/dist/js/app.min.js @@ -611,4 +611,4 @@ angular.module("ui").filter("chartGetRange",function(){return function(n,t){t=[p angular.module("ui").filter("trusted",["$sce",function(u){return function(t){return u.trustAsHtml(t)}}]); angular.module("ui").filter("spaceToUnderscore",function(){return function(e){return e.replace(/ /g,"_")}}),angular.module("ui").filter("underscoreToSpace",function(){return function(e){return e.replace(/_/g," ")}}); -angular.module("ui").run(["$templateCache",function(e){e.put("logout.html",'