Remove search from top bar

This commit is contained in:
Eric Lippmann 2013-10-20 16:33:53 +02:00
parent 513b50dba5
commit bb64977a53
1 changed files with 0 additions and 9 deletions

View File

@ -10,15 +10,6 @@ use Icinga\Web\Topbar;
echo $this->partial($partial['viewScriptName'], $partial['moduleName'], $partial['data']);
} ?>
<form class="navbar-form navbar-left">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="button" class="button btn btn-small">
<i class="icinga-icon-search"></i>
</button>
</form>
<?php if ($this->auth()->isAuthenticated()): ?>
<ul class="nav navbar-nav pull-right" >
<!-- Remove component as of #4583 since it's not working-->