Remove WIP note
We are close to the first public release so it is not necessary to introduce this in the master refs #7163
This commit is contained in:
parent
856b159d50
commit
d2f8fd750f
|
@ -11,12 +11,6 @@ $cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli');
|
|||
?>
|
||||
<div class="welcome-page">
|
||||
<h2><?= mt('setup', 'Welcome to the configuration of Icinga Web 2!') ?></h2>
|
||||
<!-- TODO: Remove this once we release the first public version -->
|
||||
<div style="border:1px solid #777;border-radius:1em;background-color:beige;padding:1em;margin-bottom:1em;display:inline-block;">
|
||||
Icinga Web 2 is still in development and not meant for production deployment.
|
||||
Watch the <a href="https://dev.icinga.org/projects/icingaweb2/roadmap">development roadmap</a> and
|
||||
<a href="https://www.icinga.org/">Icinga website</a> for release schedule updates!
|
||||
</div>
|
||||
<div class="info">
|
||||
<p><?= sprintf(
|
||||
mt(
|
||||
|
|
Loading…
Reference in New Issue