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
7eab09c2a2
icingaweb2
/
modules
/
monitoring
/
application
/
views
/
scripts
/
config
/
editinstance.phtml
2 lines
73 B
PHTML
Raw
Normal View
History
Unescape
Escape
Merge EditInstanceForm with CreateInstanceForm and rename it As with the backend form, a user might like to change the name of an instance. The new form and its actions are also adjusted to suit the new form interface. refs #5525
2014-08-11 14:49:42 +02:00
<
h4
>
<?
=
$this
->
translate
(
'Edit Existing Instance'
);
?>
</
h4
>
<?
=
$form
;
?>