-
data-icinga-module="" data-icinga-url="" style="display: block"> +
data-icinga-module="" data-icinga-url="" style="display: block"> render('inline.phtml') ?>
diff --git a/application/views/scripts/config/module/overview.phtml b/application/views/scripts/config/module/overview.phtml deleted file mode 100644 index c8bfbda3c..000000000 --- a/application/views/scripts/config/module/overview.phtml +++ /dev/null @@ -1,46 +0,0 @@ -modules->limit(10); -$modules = $this->modules->paginate(); - -?> -
-tabs->render($this); ?> -
- -
-

Installed Modules

- -messageBox)): ?> - messageBox->render() ?> - - -paginationControl($modules, null, null, array( - 'preserve' => $this->preserve -)); -?> - - - - $module->name))->getAbsoluteUrl(); - $disableUrl = Url::fromPath('config/moduledisable/',array('name' => $module->name))->getAbsoluteUrl(); - ?> - - - - - -
- enabled): ?> - - escape($module->name); ?> - - - escape($module->name); ?> - - (enabled ? ($module->loaded ? 'enabled' : 'failed') : 'disabled' ?>) -
-
diff --git a/application/views/scripts/index/welcome.phtml b/application/views/scripts/index/welcome.phtml index 982e45304..496dec94f 100644 --- a/application/views/scripts/index/welcome.phtml +++ b/application/views/scripts/index/welcome.phtml @@ -1,2 +1,2 @@

Welcome to Icinga!

-You should install/configure some modules now! +You should install/configure some modules now! diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index a0be0d05f..d4f9514bb 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -328,12 +328,14 @@ class ActionController extends Zend_Controller_Action ); } $this->autorefreshInterval = $interval; + $this->_helper->layout()->autorefreshInterval = $interval; return $this; } public function disableAutoRefresh() { $this->autorefreshInterval = null; + $this->_helper->layout()->autorefreshInterval = null; return $this; }