This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f4272f482d
icingaweb2
/
application
/
views
/
scripts
/
dashboard
/
index.phtml
3 lines
75 B
PHTML
Raw
Normal View
History
Unescape
Escape
Fix codestyle, change wrong 'dashboard' parameter to pane causing pane switching to fail - Fixed concatenation - Added license header where missing - Fixed the index controller fetching the wrong parameter ('dashboard' instead of 'pane') refs #4192
2013-08-08 17:42:34 +02:00
<?
=
$this
->
tabs
->
render
(
$this
);
?>
Add untracked files refs #4192
2013-08-07 10:04:48 +02:00
Fix codestyle, change wrong 'dashboard' parameter to pane causing pane switching to fail - Fixed concatenation - Added license header where missing - Fixed the index controller fetching the wrong parameter ('dashboard' instead of 'pane') refs #4192
2013-08-08 17:42:34 +02:00
<?
=
$this
->
dashboard
->
render
(
$this
);
?>