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
7d25efb93c
icingaweb2
/
application
/
views
/
scripts
/
dashboard
/
addurl.phtml
8 lines
99 B
PHTML
Raw
Normal View
History
Unescape
Escape
Basic styling for 'Add to dashboard'
2014-03-10 01:40:23 +01:00
<
div
class
=
"controls"
>
<?
=
$this
->
tabs
?>
<
/
div
>
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
Basic styling for 'Add to dashboard'
2014-03-10 01:40:23 +01:00
<
div
class
=
"content"
>
<?
=
$this
->
form
?>
<
/
div
>