This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit a2b5f84ed1a403aea97cbb06347c1d2aba2a201d
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Nov 10 16:57:56 2022 +0000

    tidy risk message
---
 ui-modules/login/package-lock.json                         | 11 ++++++++---
 ui-modules/utils/server-status/server-status.template.html |  4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ui-modules/login/package-lock.json 
b/ui-modules/login/package-lock.json
index b9489e8e..45128789 100644
--- a/ui-modules/login/package-lock.json
+++ b/ui-modules/login/package-lock.json
@@ -92,6 +92,7 @@
         "jssha": "^2.2.0",
         "lodash": "^4.15.0",
         "marked": "^2.0.1",
+        "moment": "^2.15.1",
         "query-string": "^7.0.1",
         "rxjs": "^5.0.0-beta.11"
       },
@@ -20859,7 +20860,8 @@
       "version": "1.5.1",
       "resolved": 
"https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz";,
       "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=",
-      "dev": true
+      "dev": true,
+      "requires": {}
     },
     "align-text": {
       "version": "0.1.4",
@@ -22399,6 +22401,7 @@
         "karma-webpack": "^1.8.0",
         "lodash": "^4.15.0",
         "marked": "^2.0.1",
+        "moment": "^2.15.1",
         "phantomjs-prebuilt": "^2.1.11",
         "query-string": "^7.0.1",
         "rxjs": "^5.0.0-beta.11",
@@ -26121,7 +26124,8 @@
           "version": "1.1.2",
           "resolved": 
"https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz";,
           "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=",
-          "dev": true
+          "dev": true,
+          "requires": {}
         },
         "karma-phantomjs-launcher": {
           "version": "1.0.4",
@@ -32620,7 +32624,8 @@
       "version": "1.1.2",
       "resolved": 
"https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz";,
       "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=",
-      "dev": true
+      "dev": true,
+      "requires": {}
     },
     "karma-phantomjs-launcher": {
       "version": "1.0.4",
diff --git a/ui-modules/utils/server-status/server-status.template.html 
b/ui-modules/utils/server-status/server-status.template.html
index 2de6b424..023e2919 100644
--- a/ui-modules/utils/server-status/server-status.template.html
+++ b/ui-modules/utils/server-status/server-status.template.html
@@ -104,8 +104,8 @@
     </div>
     <div style="display: flex; flex-wrap: nowrap;" ng-switch-default>
         <span class="text-muted" style="flex-grow: 2; font-size: 12px; 
font-style: italic; margin-right: 15px;">
-            Click below if you understand the risks, that information may be 
unavailable and operations may fail, and
-            wish to proceed regardless.
+            If you understand that information may be unavailable and 
operations may fail,
+            and you wish to proceed regardless of this risk, you can do so by 
clicking this option.
         </span>
         <button class="btn btn-danger" type="button" ng-click="vm.close()" 
style="flew-shrink: 0;">I understand the risk</button>
     </div>

Reply via email to