UserNavigationItemRenderer: disable avatar
Broken on ff, no such image, rendering issues - postponed
This commit is contained in:
parent
0bf13383b6
commit
cb5f741f22
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue