mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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()
|
public function getAvatar()
|
||||||
{
|
{
|
||||||
|
// Temporarily disabled as of layout issues. Should be fixed once
|
||||||
|
// we have avatars
|
||||||
|
return '';
|
||||||
|
|
||||||
return '<img class="pull-left user-avatar"
|
return '<img class="pull-left user-avatar"
|
||||||
src="/icingaweb2/static/gravatar?email=icinga%40localhost"
|
src="/icingaweb2/static/gravatar?email=icinga%40localhost"
|
||||||
alt="Avatar"
|
alt="Avatar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user