DeviceMessages endpoint

This commit is contained in:
2025-04-05 14:53:14 +02:00
parent 4951fc0c7a
commit 8dc13c702c
15 changed files with 1212 additions and 11 deletions
@@ -1,5 +1,7 @@
@page
@model WorkFlowCheck.Web.Pages.Account.LoginModel
@using WorkFlowCheck.Common.Helper
@using WorkFlowCheck.Common.DTO
@{
Layout = null;
ViewData["Title"] = "Bejelentkezés";
@@ -1,5 +1,8 @@
@page
@model WorkFlowCheck.Web.Pages.UserAndRole.RolePageModel
@using WorkFlowCheck.Common.Helper
@using WorkFlowCheck.Common.DTO
@{
ViewData["Title"] = "Szabályok";
}
@@ -15,14 +18,14 @@
<thead class="table-primary">
<tr>
<th>ID</th>
<th>Role Name</th>
<th>@DisplayNameHelper.GetDisplayName("RoleName", typeof(RoleDTO))</th>
<th class="text-center">Action</th>
</tr>
</thead>
<tfoot class="table-light">
<tr>
<th>ID</th>
<th>Role Name</th>
<th>@DisplayNameHelper.GetDisplayName("RoleName", typeof(RoleDTO))</th>
<th>Action</th>
</tr>
</tfoot>