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>
{{#sortable-table
classNames="grid fixed mt-10 sortable-table"
tableClassNames="grid fixed mt-10 sortable-table bordered"
bulkActions=false
paging=false
search=false

View File

@ -13,7 +13,7 @@ export default Ember.Component.extend({
savedColor: 'bg-success',
cancelColor: 'bg-transparent',
forFooter: true,
classNames: ['text-center', 'pt-20', 'pb-20'],
classNames: ['text-center', 'pt-20'],
classNamesBindings: ['forFooter:footer-actions'],
saving: false,

View File

@ -54,7 +54,7 @@
{{#if ary.length}}
<div class="pt-10"></div>
<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="30">&nbsp;</th>
<th>{{t 'catalogSettings.more.url.label'}}</th>