From b286f77bec76e18e4e840986abbe8969160c6f07 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 26 Nov 2019 11:19:46 +0000 Subject: [PATCH] Hide form cancel button if blank --- dist/dashboard.appcache | 4 ++-- dist/js/app.min.js | 2 +- nodes/ui_form.html | 5 ++--- src/components/ui-component/templates/form.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dist/dashboard.appcache b/dist/dashboard.appcache index ae17cc82..10081f42 100644 --- a/dist/dashboard.appcache +++ b/dist/dashboard.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# Time: Tue Nov 26 2019 11:08:38 GMT+0000 (Greenwich Mean Time) +# Time: Tue Nov 26 2019 11:19:39 GMT+0000 (Greenwich Mean Time) CACHE: i18n.js @@ -24,4 +24,4 @@ fonts/weather-icons-lite.woff2 NETWORK: * -# hash: 72c8c5821bc2b658597fb3ac5a72aab8e5a59c3eda5360d359f7fb64ce636dd5 +# hash: e8a8045a79ef40b6b8954fbdb88533388789b24afd0f6dd3bbd01d0fc8390600 diff --git a/dist/js/app.min.js b/dist/js/app.min.js index 6968090d..2b8cf1f1 100644 --- a/dist/js/app.min.js +++ b/dist/js/app.min.js @@ -610,4 +610,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",' diff --git a/src/components/ui-component/templates/form.html b/src/components/ui-component/templates/form.html index 5d4e2d7b..606b1fd7 100644 --- a/src/components/ui-component/templates/form.html +++ b/src/components/ui-component/templates/form.html @@ -25,7 +25,7 @@
{{me.item.submit}} - {{me.item.cancel}} + {{me.item.cancel}}