Skip to content

Commit 355cf2b

Browse files
committed
Merge branch 'MAGETWO-51969' of github.corp.magento.com:magento-firedrakes/magento2ce into MAGETWO-51969
2 parents c27c2bf + fb259af commit 355cf2b

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

0 commit comments

Comments
 (0)