Merge branch 'develop' of https://gitlab.steamware.net/steamware/mapo-core into develop
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
<div class="top-row d-flex justify-content-between text-light">
|
<div class="top-row d-flex justify-content-between text-light">
|
||||||
<div class="col-4">
|
<div class="col-4 d-flex">
|
||||||
<span>
|
<div class="pe-1">
|
||||||
<button class="btn btn-sm @ResetClass" @onclick="() => ForceReload()" title="Update"><i class="fa-solid fa-rotate"></i></button>
|
<button class="btn btn-sm @ResetClass" @onclick="() => ForceReload()" title="Update"><i class="fa-solid fa-rotate"></i></button>
|
||||||
@UserName
|
</div>
|
||||||
</span>
|
<div class="small fw-light lh-sm">
|
||||||
<sub>[@MatrOpr]</sub>
|
<div class="small">@UserName</div>
|
||||||
|
<small>@MatrOpr</small>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 text-center d-flex justify-content-center">
|
<div class="col-4 text-center d-flex justify-content-center px-0">
|
||||||
<div class="text-decoration-none text-light" @onclick="()=>backToSM()">
|
<div class="btn btn-outline-info p-1 text-decoration-none text-light" @onclick="()=>backToSM()">
|
||||||
<i class="fa-solid fa-house"></i>
|
<i class="fa-solid fa-house"></i>
|
||||||
MapoTAB2
|
MapoTAB2
|
||||||
|
<img src="images/LogoSteamware.png" style="height: 1.3rem" />
|
||||||
<img src="images/LogoSteamware.png" style="height: 1rem" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 text-end">
|
<div class="col-4 text-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user