Merge pull request #2678 from lvuch/lv-0221

ui issues
This commit is contained in:
Westly Wright 2019-02-22 10:07:23 -07:00 committed by GitHub
commit 642003076b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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