diff --git a/web/app/View/Layouts/default.ctp b/web/app/View/Layouts/default.ctp index ca71a7f7a..4ce4abc92 100644 --- a/web/app/View/Layouts/default.ctp +++ b/web/app/View/Layouts/default.ctp @@ -34,6 +34,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework echo $this->Html->css('colorbox'); echo $this->Html->css('bootstrap-theme.min'); echo $this->Html->css('bootstrap.min'); + echo $this->Html->css('main'); echo $this->fetch('meta'); echo $this->fetch('css'); diff --git a/web/app/View/Monitors/index.ctp b/web/app/View/Monitors/index.ctp index 38d6ea49a..bbf15e219 100755 --- a/web/app/View/Monitors/index.ctp +++ b/web/app/View/Monitors/index.ctp @@ -4,9 +4,9 @@ $this->end(); ?> -