mirror of https://github.com/rancher/ui.git
import compose
This commit is contained in:
parent
4278d2ba9e
commit
69f52c4e85
|
|
@ -1,12 +1,12 @@
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
{{#if header}}
|
{{#if header}}
|
||||||
<label class="pb-5">{{header}}</label>
|
<label class="acc-label">{{header}}</label>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if ary.length}}
|
{{#if ary.length}}
|
||||||
<table class="table fixed no-lines small mb-10">
|
<table class="table fixed no-lines small mb-10">
|
||||||
<tr class="text-muted hidden-xs hidden-sm">
|
<tr class="hidden-xs hidden-sm">
|
||||||
<th>{{t keyLabel}}{{#if editing}}{{field-required}}{{/if}}</th>
|
<th>{{t keyLabel}}{{#if editing}}{{field-required}}{{/if}}</th>
|
||||||
<th width="30"> </th>
|
<th width="30"> </th>
|
||||||
<th>{{t valueLabel}}</th>
|
<th>{{t valueLabel}}</th>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
{{#if userLabelArray.length}}
|
{{#if userLabelArray.length}}
|
||||||
<table class="table fixed no-lines mt-20">
|
<table class="table fixed no-lines mt-20">
|
||||||
<tr class="text-muted hidden-xs hidden-sm">
|
<tr class="hidden-xs hidden-sm">
|
||||||
<th>{{t 'formUserLabels.key.label'}}{{field-required}}</th>
|
<th>{{t 'formUserLabels.key.label'}}{{field-required}}</th>
|
||||||
<th width="30"> </th>
|
<th width="30"> </th>
|
||||||
<th>{{t 'formUserLabels.value.label'}}</th>
|
<th>{{t 'formUserLabels.value.label'}}</th>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{{#if ary.length}}
|
{{#if ary.length}}
|
||||||
<table class="table fixed no-lines mt-20">
|
<table class="table fixed no-lines mt-20">
|
||||||
<tr class="text-muted hidden-xs hidden-sm">
|
<tr class="hidden-xs hidden-sm">
|
||||||
<th>{{t valueLabel}}</th>
|
<th>{{t valueLabel}}</th>
|
||||||
<th width="30"> </th>
|
<th width="30"> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
{{#advanced-section}}
|
{{#advanced-section}}
|
||||||
<hr class="mt-40 mb-40"/>
|
<hr class="mt-40 mb-40"/>
|
||||||
<div class="pb-10">
|
<div>
|
||||||
{{input-files
|
{{input-files
|
||||||
accept=".yml, .yaml"
|
accept=".yml, .yaml"
|
||||||
changed=(action (mut files))
|
changed=(action (mut files))
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<hr class="mt-40 mb-40" />
|
<hr class="mt-40 mb-40" />
|
||||||
|
|
||||||
<div class="row">
|
<div class="row box">
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<label class="acc-label">{{t 'newStack.startOnCreate.label'}}</label>
|
<label class="acc-label">{{t 'newStack.startOnCreate.label'}}</label>
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
.help-block {
|
.help-block {
|
||||||
@extend .text-muted;
|
@extend .text-muted;
|
||||||
@extend .text-small;
|
@extend .text-small;
|
||||||
margin: 0;
|
margin: 5px 0 0 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
|
|
|
||||||
|
|
@ -302,3 +302,7 @@ input.input-lg,
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio {
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-block {
|
.help-block {
|
||||||
margin: 0;
|
margin: 5px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit {
|
.edit {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue