Fix table row style.

This commit is contained in:
Alexis Lahouze
2017-10-28 22:24:26 +02:00
parent fdef99085a
commit 7a0b7837da
+3 -2
View File
@@ -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>