Fix table row style.
This commit is contained in:
parent
fdef99085a
commit
7a0b7837da
@ -17,8 +17,9 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
|||||||
selector: 'tr[account-row]',
|
selector: 'tr[account-row]',
|
||||||
host: {
|
host: {
|
||||||
"[id]": "account.id",
|
"[id]": "account.id",
|
||||||
"[class.warning]": "warning",
|
"class": "lighten-4",
|
||||||
"[class.danger]": "danger"
|
"[class.orange]": "warning",
|
||||||
|
"[class.red]": "danger"
|
||||||
},
|
},
|
||||||
template: `
|
template: `
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user