mirror of https://github.com/rancher/ui.git
api key table
This commit is contained in:
parent
69e1ced367
commit
ddff185f03
|
|
@ -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")}}
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ import Ember from 'ember';
|
|||
export default Ember.Component.extend({
|
||||
model: null,
|
||||
tagName: 'TR',
|
||||
classNames: 'main-row',
|
||||
// classNames: 'main-row',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue