2018-12-14 20:47:59 +08:00
|
|
|
<div class="sections">
|
2023-01-31 19:33:26 +08:00
|
|
|
<span>
|
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-top"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
|
|
|
</span>
|
2018-12-14 20:47:59 +08:00
|
|
|
|
|
|
|
<div class="main-section">
|
2022-07-06 01:41:31 +08:00
|
|
|
<AdminReport
|
|
|
|
@dataSourceName="suspicious_logins"
|
|
|
|
@filters={{this.lastWeekfilters}}
|
|
|
|
/>
|
2018-12-14 20:47:59 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<AdminReport
|
|
|
|
@dataSourceName="staff_logins"
|
|
|
|
@filters={{this.lastWeekfilters}}
|
|
|
|
/>
|
2018-12-14 20:47:59 +08:00
|
|
|
|
2023-01-31 19:33:26 +08:00
|
|
|
<span>
|
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-bottom"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
|
|
|
</span>
|
2018-12-14 20:47:59 +08:00
|
|
|
</div>
|
|
|
|
</div>
|