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