From c7881d06a56a1cf0814280380f1a4737b37d92b2 Mon Sep 17 00:00:00 2001 From: Jan Mach Date: Sat, 3 Sep 2022 11:57:14 +0200 Subject: [PATCH 1/3] WiP deployed timezone note --- src/components/custom-widget-list/createWidget.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/custom-widget-list/createWidget.html b/src/components/custom-widget-list/createWidget.html index dfb274a62..08fb891a9 100644 --- a/src/components/custom-widget-list/createWidget.html +++ b/src/components/custom-widget-list/createWidget.html @@ -31,7 +31,14 @@

Last deployed
- + + +
+ + + + The widget hasn't been deployed yet. +

From 19f1bb6c2381b895beddd82dba1ff60981d3da8e Mon Sep 17 00:00:00 2001 From: Jan Mach Date: Wed, 14 Sep 2022 15:27:10 +0200 Subject: [PATCH 2/3] custom widget - deployed timestamp with timezone --- scripts.v2/utils.js | 2 +- src/components/custom-widget-list/createWidget.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts.v2/utils.js b/scripts.v2/utils.js index ee851ec76..9071313e3 100644 --- a/scripts.v2/utils.js +++ b/scripts.v2/utils.js @@ -26,7 +26,7 @@ function listFilesInDirectory(dir) { } /** - * Attempts to get a develoer portal storage connection string in two ways: + * Attempts to get a developer portal storage connection string in two ways: * 1) if the connection string is explicitly set by the user, use it. * 2) retrieving the connection string from the management API using the instance endpoint and SAS token * @param {string} managementApiEndpoint the management endpoint of service instance diff --git a/src/components/custom-widget-list/createWidget.html b/src/components/custom-widget-list/createWidget.html index 08fb891a9..bf674415a 100644 --- a/src/components/custom-widget-list/createWidget.html +++ b/src/components/custom-widget-list/createWidget.html @@ -31,10 +31,8 @@

Last deployed
- -
- +
The widget hasn't been deployed yet. From dfac79bf979a43025c327bfd1ee8bff396ab04c3 Mon Sep 17 00:00:00 2001 From: Jan Mach Date: Mon, 10 Oct 2022 14:45:22 +0200 Subject: [PATCH 3/3] if -> ifnot fix --- src/components/custom-widget-list/createWidget.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/custom-widget-list/createWidget.html b/src/components/custom-widget-list/createWidget.html index bf674415a..afb551d21 100644 --- a/src/components/custom-widget-list/createWidget.html +++ b/src/components/custom-widget-list/createWidget.html @@ -31,10 +31,10 @@

Last deployed
- +
- + The widget hasn't been deployed yet.