api key table

This commit is contained in:
lvuch 2017-04-04 13:02:30 -07:00
parent 69e1ced367
commit ddff185f03
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@
sortBy=sortBy
headers=headers
body=model.account
fullRows=true
as |sortable kind key|
}}
{{#if (eq kind "row")}}
@ -79,6 +80,7 @@
sortBy=sortBy
headers=headers
body=model.environment
fullRows=Row
as |sortable kind key|
}}
{{#if (eq kind "row")}}

View File

@ -3,5 +3,5 @@ import Ember from 'ember';
export default Ember.Component.extend({
model: null,
tagName: 'TR',
classNames: 'main-row',
// classNames: 'main-row',
});