css/tables: style apply rows
This commit is contained in:
parent
6e06d7c7bc
commit
bda927b446
|
@ -13,6 +13,8 @@ abstract class IcingaObjectTable extends QuickTable
|
|||
return 'icinga-template';
|
||||
case 'external_object':
|
||||
return 'icinga-object-external';
|
||||
case 'apply':
|
||||
return 'icinga-apply';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -478,6 +478,12 @@ table.icinga-objects {
|
|||
content: '\e817';
|
||||
}
|
||||
|
||||
tr.icinga-apply td:first-child::before {
|
||||
color: @text-color;
|
||||
// resize-full-alt
|
||||
content: '\e829';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
table.deployment-log {
|
||||
|
|
Loading…
Reference in New Issue