feat(#IW4M3): 通知管理新用户注册通知仅管理员可以查看
#Comment comment #IW4M3 #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW4M3
This commit is contained in:
parent
a354575824
commit
b6673fb03e
|
@ -21,7 +21,7 @@
|
|||
</environment>
|
||||
<script src="~/js/noti.js" asp-append-version="true"></script>
|
||||
}
|
||||
<div class="card">
|
||||
<div class="card" asp-condition="@User.IsInRole("Administrators")">
|
||||
<div class="card-header">用户注册<span class="pull-right"><a id="refreshUsers" href="javascript:;" class="fa fa-refresh" title="点击刷新" data-toggle="tooltip" data-placement="left"></a></span></div>
|
||||
<div class="card-body" style="padding-top: 25px;">
|
||||
<table></table>
|
||||
|
|
Loading…
Reference in New Issue