From f9f522d59993c570ea1546a5cc4abe21f8e40db8 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 18 Feb 2014 18:53:56 +0000 Subject: [PATCH] Re-allow dashboard to render itself --- library/Icinga/Web/Widget/Dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Widget/Dashboard.php b/library/Icinga/Web/Widget/Dashboard.php index 2a9c13b51..3ca82364c 100644 --- a/library/Icinga/Web/Widget/Dashboard.php +++ b/library/Icinga/Web/Widget/Dashboard.php @@ -48,7 +48,7 @@ use Zend_View_Abstract; * - Dashboard: Shows all panes * */ -class Dashboard implements Widget +class Dashboard extends AbstractWidget { /** * The configuration containing information about this dashboard