mirror of https://github.com/rancher/ui.git
show final step banner all the time and reword message for gdns
rancher/rancher#18937
This commit is contained in:
parent
6d72dd9445
commit
2e6cefade7
|
|
@ -188,17 +188,15 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{#if (eq recordType "project")}}
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col span-12">
|
||||||
<div class="col span-12">
|
{{#banner-message icon="icon-info" color="bg-info mb-0 mt-10"}}
|
||||||
{{#banner-message icon="icon-info" color="bg-info mb-0 mt-10"}}
|
<p>
|
||||||
<p>
|
{{t "globalDnsPage.entriesPage.projectHelp" htmlSafe=true}}
|
||||||
{{t "globalDnsPage.entriesPage.projectHelp" htmlSafe=true}}
|
</p>
|
||||||
</p>
|
{{/banner-message}}
|
||||||
{{/banner-message}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col span-3">
|
<div class="col span-3">
|
||||||
<label
|
<label
|
||||||
|
|
|
||||||
|
|
@ -1125,7 +1125,7 @@ globalDnsPage:
|
||||||
noAccessMulti: You do not have access to the target app
|
noAccessMulti: You do not have access to the target app
|
||||||
noAccessProvider: You do not have access to the provider
|
noAccessProvider: You do not have access to the provider
|
||||||
noAccessProject: You do not have access to the target project
|
noAccessProject: You do not have access to the target project
|
||||||
projectHelp: "To finalize Global DNS for projects you must add the following annotation label ( <code>rancher.io/globalDNS.hostname</code> ) on the ingress in the project, where <code>hostname</code> is the host name used in the routing rules."
|
projectHelp: "To finalize configuring this Global DNS entry, you must add the following annotation label ( <code>rancher.io/globalDNS.<HOSTNAME></code> ) on the ingress for your application or project, where <code><HOSTNAME></code> is the host name used in the routing rules of your ingress. This <code><HOSTNAME></code> must also match the FQDN of this Global DNS entry."
|
||||||
table:
|
table:
|
||||||
name: Name
|
name: Name
|
||||||
fqdn: FQDN
|
fqdn: FQDN
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue