2018-12-14 20:47:59 +08:00
|
|
|
<div class="sections">
|
2022-06-30 18:30:50 +08:00
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-top"
|
|
|
|
@tagName="span"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
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
|
|
|
|
2022-06-30 18:30:50 +08:00
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-bottom"
|
|
|
|
@tagName="span"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
2018-12-14 20:47:59 +08:00
|
|
|
</div>
|
|
|
|
</div>
|