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}}
|
||||
</div>
|
||||
</div>
|
||||
{{#if (eq recordType "project")}}
|
||||
<div class="row">
|
||||
<div class="col span-12">
|
||||
{{#banner-message icon="icon-info" color="bg-info mb-0 mt-10"}}
|
||||
<p>
|
||||
{{t "globalDnsPage.entriesPage.projectHelp" htmlSafe=true}}
|
||||
</p>
|
||||
{{/banner-message}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col span-12">
|
||||
{{#banner-message icon="icon-info" color="bg-info mb-0 mt-10"}}
|
||||
<p>
|
||||
{{t "globalDnsPage.entriesPage.projectHelp" htmlSafe=true}}
|
||||
</p>
|
||||
{{/banner-message}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col span-3">
|
||||
<label
|
||||
|
|
|
|||
|
|
@ -1125,7 +1125,7 @@ globalDnsPage:
|
|||
noAccessMulti: You do not have access to the target app
|
||||
noAccessProvider: You do not have access to the provider
|
||||
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:
|
||||
name: Name
|
||||
fqdn: FQDN
|
||||
|
|
|
|||
Loading…
Reference in New Issue