Add user icon to topbar

refs #4824
This commit is contained in:
Marius Hein 2013-10-09 12:09:07 +02:00 committed by Eric Lippmann
parent 7e396fdf3f
commit 3975bb1364

View File

@ -17,7 +17,7 @@
<span id="icinga_app_nav_username"> <span id="icinga_app_nav_username">
<?= $this->escape($this->auth()->getUser()->getUsername()); ?> <?= $this->escape($this->auth()->getUser()->getUsername()); ?>
</span> </span>
<i>{{USER_ICON}}</i> <i class="icinga-icon-user"></i>
<b class="caret"></b> <b class="caret"></b>
</a> </a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">