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