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]',
|
||||
host: {
|
||||
"[id]": "account.id",
|
||||
"[class.warning]": "warning",
|
||||
"[class.danger]": "danger"
|
||||
"class": "lighten-4",
|
||||
"[class.orange]": "warning",
|
||||
"[class.red]": "danger"
|
||||
},
|
||||
template: `
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user