mirror of https://github.com/rancher/ui.git
settings
This commit is contained in:
parent
69f52c4e85
commit
a658531dff
|
|
@ -1,5 +1,5 @@
|
|||
<div class="clearfix">
|
||||
<label class="pb-5">{{t 'formPorts.header'}}</label>
|
||||
<label class="acc-label">{{t 'formPorts.header'}}</label>
|
||||
{{#if (and portsArray.length (not showIp))}}
|
||||
<div class="pull-right text-small">
|
||||
<a role="button" class="btn bg-transparent p-0" {{action "showIp"}}>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
{{#if portsArray.length}}
|
||||
<table class="table fixed no-lines small mt-10 mb-10">
|
||||
<tr class="text-muted hidden-sm">
|
||||
<tr class="hidden-sm">
|
||||
{{#if showIp}}
|
||||
<th>{{t 'formPorts.bindAddress.label'}}</th>
|
||||
<th width="10"></th>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
{{#if serviceLinksArray.length}}
|
||||
<table class="table fixed no-lines no-top-padding mt-10">
|
||||
<tr class="text-muted hidden-sm hidden-xs">
|
||||
<tr class="hidden-sm hidden-xs">
|
||||
<th>{{t 'formServiceLinks.service.label'}}{{field-required}}</th>
|
||||
{{#if withAlias}}
|
||||
<th width="30"> </th>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<h3>{{t 'hostSettings.header'}}</h3>
|
||||
<hr>
|
||||
<p>{{t 'hostSettings.subtext' appName=settings.appName}}</p>
|
||||
<p class="text-muted">{{t 'hostSettings.subtext' appName=settings.appName}}</p>
|
||||
|
||||
<div class="mt-15">
|
||||
<label style="width: 250px;">{{radio-button selection=customRadio value="no"}} {{t 'hostSettings.hostUrl.local'}} </label>
|
||||
<code class="pl-20 pr-20">{{thisPage}}</code>
|
||||
<code class="pl-10 pr-10">{{thisPage}}</code>
|
||||
</div>
|
||||
|
||||
<div class="mt-10">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div class="pl-40 welcome-copy">
|
||||
<h1 class="header">{{t 'modalWelcome.header' appName=settings.appName}}</h1>
|
||||
|
||||
<p>{{t 'telemetryOpt.subtext' appName=settings.appName htmlSafe=true}}</p>
|
||||
<p class="text-muted">{{t 'telemetryOpt.subtext' appName=settings.appName htmlSafe=true}}</p>
|
||||
|
||||
<div class="col-inline checkbox">
|
||||
<label>{{input type="checkbox" checked=optIn}} {{t 'telemetryOpt.label'}}</label> <a href="{{settings.docsBase}}/telemetry" target="_blank" rel="noopener nofollow">{{t 'telemetryOpt.learnMore.label'}}</a>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<h2>{{t 'catalogSettings.header'}}</h2>
|
||||
<p>{{t 'catalogSettings.subtext'}}</p>
|
||||
<p class="text-muted">{{t 'catalogSettings.subtext'}}</p>
|
||||
<hr>
|
||||
|
||||
<div class="row row-same-height">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<h2>{{t 'dangerZone.header'}}</h2>
|
||||
<p>{{t 'dangerZone.subtext' appName=settings.appName}}</p>
|
||||
<p class="text-muted">{{t 'dangerZone.subtext' appName=settings.appName}}</p>
|
||||
<hr>
|
||||
|
||||
{{#if loading}}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<h2>{{t 'hostSettings.header'}}</h2>
|
||||
<p>{{t 'hostSettings.subtext' appName=settings.appName}}</p>
|
||||
<p class="text-muted">{{t 'hostSettings.subtext' appName=settings.appName}}</p>
|
||||
<hr>
|
||||
|
||||
<div class="mt-15">
|
||||
<label style="width: 200px;">{{radio-button selection=customRadio value="no"}} {{t 'hostSettings.hostUrl.local'}} </label>
|
||||
<code class="pl-20 pr-20">{{thisPage}}</code>
|
||||
<code class="pl-10 pr-10">{{thisPage}}</code>
|
||||
</div>
|
||||
|
||||
<div class="mt-10">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<h2>{{t 'telemetryOpt.header'}}</h2>
|
||||
<p>{{t 'telemetryOpt.subtext' appName=settings.appName htmlSafe=true}} <a href="{{settings.docsBase}}/telemetry" target="_blank" rel="noopener nofollow">{{t 'telemetryOpt.learnMore.label'}}</a></p>
|
||||
<p class="text-muted">{{t 'telemetryOpt.subtext' appName=settings.appName htmlSafe=true}} <a href="{{settings.docsBase}}/telemetry" target="_blank" rel="noopener nofollow">{{t 'telemetryOpt.learnMore.label'}}</a></p>
|
||||
<hr>
|
||||
|
||||
<div class="col-inline checkbox">
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ input.input-lg,
|
|||
.field-required {
|
||||
padding-left: 5px;
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
color: $error;
|
||||
}
|
||||
|
||||
.with-input {
|
||||
|
|
|
|||
Loading…
Reference in New Issue