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:
@@ -454,7 +454,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>
|
||||
@@ -482,7 +482,7 @@
|
||||
</div>
|
||||
<div id="p2info" style="overflow-y:auto">
|
||||
<div id="p2AccountImageFrame">
|
||||
<img id="p2AccountImage" alt="" loading="lazy" width="128" height="128"
|
||||
<img id="p2AccountImage" alt="" width="128" height="128"
|
||||
onclick="account_manageImage(0)" src="images/user-256.png" />
|
||||
<div><a href=# onclick="account_manageImage(0)">Change image</a></div>
|
||||
</div>
|
||||
@@ -1421,7 +1421,7 @@
|
||||
</div>
|
||||
<div class="col-auto" style="width: 20px;"></div>
|
||||
<div class="col-auto" style="width: 200px; position: relative;">
|
||||
<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)">
|
||||
|
||||
Reference in New Issue
Block a user