mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 18:36:38 -06:00
fix remote auth debug page.
This commit is contained in:
parent
39370a50cb
commit
128154f4c5
@ -2,16 +2,19 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Remote Auth Debug";
|
ViewData["Title"] = "Remote Auth Debug";
|
||||||
}
|
}
|
||||||
<div class="no-top-pad mt-2">
|
<div class="no-top-pad">
|
||||||
@foreach (OperationResponse result in Model)
|
<div class="mt-2">
|
||||||
{
|
@foreach (OperationResponse result in Model)
|
||||||
<div class="row">
|
{
|
||||||
<div class="col-12">
|
<div class="row">
|
||||||
<div class="alert text-wrap text-break @(result.Success ? "alert-success" : "alert-danger")" role="alert">
|
<div class="col-12">
|
||||||
@result.Message
|
<div class="alert text-wrap text-break @(result.Success ? "alert-success" : "alert-danger")" role="alert">
|
||||||
|
@result.Message
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
}
|
||||||
}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user