fix grafico allarmi + bottone x
apertura file maint
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="card text-dark mb-3">
|
||||
<h5 class="card-header @css() text-center fw-bold"><i class="bi bi-exclamation-triangle pe-2" aria-hidden="true"></i> ALARMS</h5>
|
||||
<div class="card-body">
|
||||
<div class="px-0 mx-1 py-1 text-center rounded">
|
||||
<div class="px-0 mx-1 py-1 text-start rounded">
|
||||
|
||||
<div class="card-body px-0 py-0 align-content-center rounded">
|
||||
<div>
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace MP.MONO.UI.Components
|
||||
}
|
||||
else
|
||||
{
|
||||
answ = "pulse-warning text-dark ";
|
||||
answ = "pulse-warning text-warning bg-danger ";
|
||||
}
|
||||
}
|
||||
return answ;
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
<tr>
|
||||
@if (!compMode)
|
||||
{
|
||||
<th></th>
|
||||
<th>ID</th>
|
||||
<th>Created</th>
|
||||
<th>Topic</th>
|
||||
@@ -125,10 +126,14 @@
|
||||
@if (!compMode)
|
||||
{
|
||||
<td>
|
||||
<div class="d-flex justify-content-between text-nowrap">
|
||||
|
||||
<NavLink href="@pathFinder(@record.PMTaskeNav.ExtIdx)" target="_blank">
|
||||
<button class="btn btn-sm btn-primary text-decoration-none" title="Open relative file"><i class="fa-solid fa-up-right-from-square"></i></button>
|
||||
</NavLink>
|
||||
</td>
|
||||
<td>
|
||||
<div class="d-flex justify-content-between text-nowrap">
|
||||
@record.PMTaskeNav.ExtIdx
|
||||
<a href="@pathFinder(@record.PMTaskeNav.ExtIdx)" target="_blank" class="text-decoration-none" title="MAINTENANCE Detail Page"><i class="fa-solid fa-up-right-from-square"></i></a>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td>@record.DtCreation.ToString("yyyy-MM-dd HH:mm:ss")</td>
|
||||
|
||||
Reference in New Issue
Block a user