UserNavigationItemRenderer: disable avatar

Broken on ff, no such image, rendering issues - postponed
This commit is contained in:
Thomas Gelf 2015-10-01 16:38:20 +02:00
parent 0bf13383b6
commit cb5f741f22
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ class UserNavigationItemRenderer extends NavigationItemRenderer
{
public function getAvatar()
{
// Temporarily disabled as of layout issues. Should be fixed once
// we have avatars
return '';
return '<img class="pull-left user-avatar"
src="/icingaweb2/static/gravatar?email=icinga%40localhost"
alt="Avatar"