This commit is contained in:
zel
2025-02-11 16:43:26 +08:00
parent 20ac0b5069
commit d7310a2394
9 changed files with 40 additions and 36 deletions

View File

@@ -7,11 +7,11 @@
}
<h3>
Roles
角色
</h3>
<p>
Global configuration for security roles and membership.<br /><br />
<br /><br />
</p>
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
@@ -32,8 +32,8 @@
<table class="table fixedTable100 table-striped" border="0" width="100%" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Name")">Name</a></strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Description")">Description</a></strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Name")">角色名称</a></strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Description")">描述</a></strong></td>
</tr>
</thead>
@@ -50,7 +50,7 @@
{
<div class="d-flex small text-muted mb-0">
<strong>
There are no security roles configured.
暂无数据
</strong>
</div>
}