mirror of https://github.com/rancher/ui.git
commit
642003076b
|
|
@ -8,7 +8,7 @@ $input-bg-disabled : $disabled !default;
|
|||
$input-color : $secondary !default;
|
||||
$input-border : darken($light-grey, 5) !default;
|
||||
$input-group-addon-border-color : $input-border !default;
|
||||
$input-border-focus : $text-color !default;
|
||||
$input-border-focus : $info !default;
|
||||
$legend-color : $text-color !default;
|
||||
$legend-border-color : $light-grey !default;
|
||||
$input-group-addon-bg : $light-grey !default;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<section class="header has-tabs clearfix p-0">
|
||||
<section class="header clearfix">
|
||||
<div class="right-buttons">
|
||||
{{#link-to-external
|
||||
"nodes.node-templates"
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
</h1>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="instances">
|
||||
{{#sortable-table
|
||||
body=filteredContent
|
||||
|
|
@ -74,4 +75,4 @@
|
|||
</td>
|
||||
{{/if}}
|
||||
{{/sortable-table}}
|
||||
</section>
|
||||
</section>
|
||||
|
|
@ -45,7 +45,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
||||
{{#if showAddCloudCredential}}
|
||||
<div class="row">
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
cancelAdd=(action "cancleNewCloudCredential")
|
||||
}}
|
||||
</div>
|
||||
<hr/>
|
||||
{{else}}
|
||||
{{#unless hideSave}}
|
||||
{{save-cancel
|
||||
|
|
|
|||
Loading…
Reference in New Issue