File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
app/code/Magento/Security/view/adminhtml Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" admin-popup" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
+ <head >
10
+ <css src =" Magento_Security::css/activity.css" />
11
+ </head >
12
+ <body >
13
+ <referenceContainer name =" content" >
14
+ <block class =" Magento\Security\Block\Adminhtml\Session\Activity" name =" session.activity" template =" Magento_Security::session/activity.phtml" />
15
+ </referenceContainer >
16
+ </body >
17
+ </page >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <layout xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_layout.xsd" >
9
+ <container name =" backend.session.activity" >
10
+ <container name =" after.body.start" as =" after.body.start" label =" Page Top" before =" -" />
11
+ <container name =" page.wrapper" as =" page_wrapper" htmlTag =" div" htmlClass =" page-wrapper" >
12
+ <container name =" page.main.container" as =" page_main_container" htmlId =" page:main-container" htmlTag =" div" htmlClass =" page-columns" >
13
+ <container name =" main.col" as =" main-col" htmlId =" container" htmlTag =" div" htmlClass =" main-col" >
14
+ <container name =" content" as =" content" />
15
+ </container >
16
+ </container >
17
+ <container name =" js" as =" js" label =" JavaScript" />
18
+ </container >
19
+ <container name =" before.body.end" as =" before_body_end" label =" Before Body End" after =" -" />
20
+ </container >
21
+ </layout >
You can’t perform that action at this time.
0 commit comments