tables api and saves

This commit is contained in:
lvuch 2017-08-15 15:38:17 -07:00
parent 4c2a2b533b
commit 5566d94a53
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -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">&nbsp;</th> <th width="30">&nbsp;</th>
<th>{{t 'catalogSettings.more.url.label'}}</th> <th>{{t 'catalogSettings.more.url.label'}}</th>