From 47b893e1ea061a126e032409e1cd33b06bcb4e17 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 24 Jun 2014 20:57:41 +0200 Subject: [PATCH] Widget\FilterEditor: handle custom vars There was an issue with custom vars as they made only partially part of the column dropdown. Sorted columns and tried to beautify column names. fixes #6569 --- library/Icinga/Web/Widget/FilterEditor.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/library/Icinga/Web/Widget/FilterEditor.php b/library/Icinga/Web/Widget/FilterEditor.php index 3c508fb92..21f121bd2 100644 --- a/library/Icinga/Web/Widget/FilterEditor.php +++ b/library/Icinga/Web/Widget/FilterEditor.php @@ -50,12 +50,14 @@ class FilterEditor extends AbstractWidget } $html = '';