mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
remove loading=lazy and fix messaging icon/text #7328
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" style="width:50px">
|
||||
<img src="images/info.png" loading="lazy" width="47" height="48" />
|
||||
<img src="images/info.png" width="47" height="48" />
|
||||
</td>
|
||||
<td>
|
||||
<div id="getStarted1">To get started, <a href=# onclick="return account_createMesh()"><strong>click here to create a device group</strong></a>.</div>
|
||||
@@ -428,7 +428,7 @@
|
||||
<div id="p2title"><h1>My Account</h1></div>
|
||||
<div id="p2info" style="overflow-y:auto">
|
||||
<div id="p2AccountImageFrame">
|
||||
<img id="p2AccountImage" alt="" loading="lazy" width="128" height="128" onclick="account_manageImage(0)" src="images/user-256.png" />
|
||||
<img id="p2AccountImage" alt="" width="128" height="128" onclick="account_manageImage(0)" src="images/user-256.png" />
|
||||
<div><a onclick="account_manageImage(0)">Change image</a></div>
|
||||
</div>
|
||||
<div id="p2AccountSecurity" style="display:none">
|
||||
@@ -1114,7 +1114,7 @@
|
||||
</td>
|
||||
<td style=width:20px></td>
|
||||
<td style=width:200px;position:relative valign=top>
|
||||
<img id="p30userAuthServiceLogo" loading="lazy" style="display:none" class=userAuthStrategyLogo width=64 height=64>
|
||||
<img id="p30userAuthServiceLogo" style="display:none" class=userAuthStrategyLogo width=64 height=64>
|
||||
<picture id=MainUserImage style="display:none;border-width:0px;height:200px;width:200px;float:right" onclick="account_manageImage(1)">
|
||||
<source type="image/webp" width=200 height=200 srcset="images/webp/user-256.webp" />
|
||||
<img alt="" width=200 height=200 src=images/user-256.png />
|
||||
|
||||
Reference in New Issue
Block a user