123456789101112131415161718 |
- <?xml version="1.0"?>
- <!--
- /**
- * Handle for integrations grid rendering.
- *
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
- <update handle="adminhtml_integration_grid_block"/>
- <body>
- <referenceBlock name="content">
- <block class="Magento\Backend\Block\Template" name="integration.popup.container" template="Magento_Integration::integration/popup_container.phtml" before="-"/>
- <block class="Magento\Integration\Block\Adminhtml\Integration" name="integration.grid.container"/>
- </referenceBlock>
- </body>
- </page>
|