This commit is contained in:
lvuch 2017-05-31 11:17:10 -07:00
parent 69f52c4e85
commit a658531dff
9 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<div class="clearfix"> <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))}} {{#if (and portsArray.length (not showIp))}}
<div class="pull-right text-small"> <div class="pull-right text-small">
<a role="button" class="btn bg-transparent p-0" {{action "showIp"}}> <a role="button" class="btn bg-transparent p-0" {{action "showIp"}}>
@ -11,7 +11,7 @@
{{#if portsArray.length}} {{#if portsArray.length}}
<table class="table fixed no-lines small mt-10 mb-10"> <table class="table fixed no-lines small mt-10 mb-10">
<tr class="text-muted hidden-sm"> <tr class="hidden-sm">
{{#if showIp}} {{#if showIp}}
<th>{{t 'formPorts.bindAddress.label'}}</th> <th>{{t 'formPorts.bindAddress.label'}}</th>
<th width="10"></th> <th width="10"></th>

View File

@ -14,7 +14,7 @@
{{#if serviceLinksArray.length}} {{#if serviceLinksArray.length}}
<table class="table fixed no-lines no-top-padding mt-10"> <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> <th>{{t 'formServiceLinks.service.label'}}{{field-required}}</th>
{{#if withAlias}} {{#if withAlias}}
<th width="30">&nbsp;</th> <th width="30">&nbsp;</th>

View File

@ -1,10 +1,10 @@
<h3>{{t 'hostSettings.header'}}</h3> <h3>{{t 'hostSettings.header'}}</h3>
<hr> <hr>
<p>{{t 'hostSettings.subtext' appName=settings.appName}}</p> <p class="text-muted">{{t 'hostSettings.subtext' appName=settings.appName}}</p>
<div class="mt-15"> <div class="mt-15">
<label style="width: 250px;">{{radio-button selection=customRadio value="no"}}&nbsp;{{t 'hostSettings.hostUrl.local'}}&nbsp;&nbsp;</label> <label style="width: 250px;">{{radio-button selection=customRadio value="no"}}&nbsp;{{t 'hostSettings.hostUrl.local'}}&nbsp;&nbsp;</label>
<code class="pl-20 pr-20">{{thisPage}}</code> <code class="pl-10 pr-10">{{thisPage}}</code>
</div> </div>
<div class="mt-10"> <div class="mt-10">

View File

@ -1,7 +1,7 @@
<div class="pl-40 welcome-copy"> <div class="pl-40 welcome-copy">
<h1 class="header">{{t 'modalWelcome.header' appName=settings.appName}}</h1> <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"> <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> <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>

View File

@ -1,5 +1,5 @@
<h2>{{t 'catalogSettings.header'}}</h2> <h2>{{t 'catalogSettings.header'}}</h2>
<p>{{t 'catalogSettings.subtext'}}</p> <p class="text-muted">{{t 'catalogSettings.subtext'}}</p>
<hr> <hr>
<div class="row row-same-height"> <div class="row row-same-height">

View File

@ -1,5 +1,5 @@
<h2>{{t 'dangerZone.header'}}</h2> <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> <hr>
{{#if loading}} {{#if loading}}

View File

@ -1,10 +1,10 @@
<h2>{{t 'hostSettings.header'}}</h2> <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> <hr>
<div class="mt-15"> <div class="mt-15">
<label style="width: 200px;">{{radio-button selection=customRadio value="no"}}&nbsp;{{t 'hostSettings.hostUrl.local'}}&nbsp;&nbsp;</label> <label style="width: 200px;">{{radio-button selection=customRadio value="no"}}&nbsp;{{t 'hostSettings.hostUrl.local'}}&nbsp;&nbsp;</label>
<code class="pl-20 pr-20">{{thisPage}}</code> <code class="pl-10 pr-10">{{thisPage}}</code>
</div> </div>
<div class="mt-10"> <div class="mt-10">

View File

@ -1,5 +1,5 @@
<h2>{{t 'telemetryOpt.header'}}</h2> <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> <hr>
<div class="col-inline checkbox"> <div class="col-inline checkbox">

View File

@ -295,7 +295,7 @@ input.input-lg,
.field-required { .field-required {
padding-left: 5px; padding-left: 5px;
font-weight: bold; font-weight: bold;
color: red; color: $error;
} }
.with-input { .with-input {