From bda927b446190027934715591da7b8e5a86140f6 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 24 Feb 2016 21:34:31 +0100 Subject: [PATCH] css/tables: style apply rows --- library/Director/Web/Table/IcingaObjectTable.php | 2 ++ public/css/module.less | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/library/Director/Web/Table/IcingaObjectTable.php b/library/Director/Web/Table/IcingaObjectTable.php index 664209d8..5bf72d81 100644 --- a/library/Director/Web/Table/IcingaObjectTable.php +++ b/library/Director/Web/Table/IcingaObjectTable.php @@ -13,6 +13,8 @@ abstract class IcingaObjectTable extends QuickTable return 'icinga-template'; case 'external_object': return 'icinga-object-external'; + case 'apply': + return 'icinga-apply'; } } diff --git a/public/css/module.less b/public/css/module.less index b01d98a9..079b5037 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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 {