DeviceMessages endpoint
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user