2018-12-14 07:47:59 -05:00
|
|
|
<div class="sections">
|
2022-12-28 07:28:11 -05:00
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-top"
|
|
|
|
@tagName="span"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
2018-12-14 07:47:59 -05:00
|
|
|
|
|
|
|
<div class="main-section">
|
2022-12-28 07:28:11 -05:00
|
|
|
<AdminReport
|
|
|
|
@dataSourceName="suspicious_logins"
|
|
|
|
@filters={{this.lastWeekfilters}}
|
|
|
|
/>
|
2018-12-14 07:47:59 -05:00
|
|
|
|
2022-12-28 07:28:11 -05:00
|
|
|
<AdminReport
|
|
|
|
@dataSourceName="staff_logins"
|
|
|
|
@filters={{this.lastWeekfilters}}
|
|
|
|
/>
|
2018-12-14 07:47:59 -05:00
|
|
|
|
2022-12-28 07:28:11 -05:00
|
|
|
<PluginOutlet
|
|
|
|
@name="admin-dashboard-security-bottom"
|
|
|
|
@tagName="span"
|
|
|
|
@connectorTagName="div"
|
|
|
|
/>
|
2018-12-14 07:47:59 -05:00
|
|
|
</div>
|
2022-12-28 07:28:11 -05:00
|
|
|
</div>
|