mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-20 05:11:11 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
28
OpenAuth.Mvc/Views/SysLogs/index.cshtml
Normal file
28
OpenAuth.Mvc/Views/SysLogs/index.cshtml
Normal file
@@ -0,0 +1,28 @@
|
||||
@section header
|
||||
{
|
||||
<link rel="stylesheet" href="/css/treetable.css" />
|
||||
}
|
||||
<blockquote class="layui-elem-quote news_search toolList" id="menus">
|
||||
</blockquote>
|
||||
|
||||
<div class="layui-card">
|
||||
|
||||
<table class="layui-table" id="mainList"
|
||||
lay-data="{height: 'full-80', page:true, id:'mainList'}"
|
||||
lay-filter="list" lay-size="sm">
|
||||
</table>
|
||||
|
||||
<script type="text/html" id="Result">
|
||||
{{# if(d.Result ==1){ }}
|
||||
<span class="layui-badge">失败</span>
|
||||
{{# } else{}}
|
||||
<span class="layui-badge layui-bg-green">成功</span>
|
||||
{{# } }}
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/layui/layui.js"></script>
|
||||
<script type="text/javascript" src="/userJs/syslogs.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user