Skip to content

Commit 1275b78

Browse files
committed
Merge branch 'vz-update-urls-help' into 'main'
Adding a tooltip to the Verrazzano Application Ingress Trait Update URLs button to clarify its use See merge request weblogic-cloud/weblogic-toolkit-ui!277
2 parents 3b5cd58 + 4cc9574 commit 1275b78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

electron/app/locales/en/webui.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,7 @@
19001900
"vz-application-design-ingress-trait-rules-first-path-label": "First Path",
19011901
"vz-application-design-ingress-trait-rules-first-path-url-label": "URL",
19021902
"vz-application-design-ingress-trait-rules-update-urls-button-label": "Update URLs",
1903+
"vz-application-design-ingress-trait-rules-update-urls-button-tooltip": "Use Update URLs to get the Ingress Controller hostname after the application status reaches complete.",
19031904
"vz-application-design-ingress-trait-rule-edit-destination-title": "Destination",
19041905
"vz-application-design-ingress-trait-rules-destination-label": "Destination",
19051906
"vz-application-design-add-rule-tooltip": "Add Ingress Rule",

webui/src/js/views/vz-application-design-view.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ <h6 class="wkt-subheading">
137137
<oj-bind-text value="[[labelMapper('ingress-trait-rules-table-title')]]"></oj-bind-text>
138138
</h6>
139139
<oj-button id="updateUrls" chroming="callToAction"
140-
on-oj-action="[[() => updateUrls(component.data)]]">
140+
on-oj-action="[[() => updateUrls(component.data)]]"
141+
:title="[[labelMapper('ingress-trait-rules-update-urls-button-tooltip')]]">
141142
<oj-bind-text value="[[labelMapper('ingress-trait-rules-update-urls-button-label')]]"></oj-bind-text>
142143
</oj-button>
143144
</div>

0 commit comments

Comments
 (0)