mirror of https://github.com/rancher/ui.git
tables api and saves
This commit is contained in:
parent
4c2a2b533b
commit
5566d94a53
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
{{#sortable-table
|
{{#sortable-table
|
||||||
classNames="grid fixed mt-10 sortable-table"
|
tableClassNames="grid fixed mt-10 sortable-table bordered"
|
||||||
bulkActions=false
|
bulkActions=false
|
||||||
paging=false
|
paging=false
|
||||||
search=false
|
search=false
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ export default Ember.Component.extend({
|
||||||
savedColor: 'bg-success',
|
savedColor: 'bg-success',
|
||||||
cancelColor: 'bg-transparent',
|
cancelColor: 'bg-transparent',
|
||||||
forFooter: true,
|
forFooter: true,
|
||||||
classNames: ['text-center', 'pt-20', 'pb-20'],
|
classNames: ['text-center', 'pt-20'],
|
||||||
|
|
||||||
classNamesBindings: ['forFooter:footer-actions'],
|
classNamesBindings: ['forFooter:footer-actions'],
|
||||||
saving: false,
|
saving: false,
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
{{#if ary.length}}
|
{{#if ary.length}}
|
||||||
<div class="pt-10"></div>
|
<div class="pt-10"></div>
|
||||||
<table class="table fixed no-lines">
|
<table class="table fixed no-lines">
|
||||||
<tr class="text-muted hidden-xs hidden-sm text-left">
|
<tr class="acc-label hidden-xs hidden-sm text-left">
|
||||||
<th width="200">{{t 'catalogSettings.more.name.label'}}</th>
|
<th width="200">{{t 'catalogSettings.more.name.label'}}</th>
|
||||||
<th width="30"> </th>
|
<th width="30"> </th>
|
||||||
<th>{{t 'catalogSettings.more.url.label'}}</th>
|
<th>{{t 'catalogSettings.more.url.label'}}</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue