Re-allow dashboard to render itself
This commit is contained in:
parent
cea4923eae
commit
f9f522d599
library/Icinga/Web/Widget
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue