<?xml version="1.0"?>
<!--
/**
 * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-empty" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <attribute name="class" value="temando-popup"/>
        <referenceContainer name="menu.wrapper" remove="true"/>
        <referenceContainer name="content">
            <block class="Magento\Backend\Block\Template" name="rma_tracking_popup">
                <arguments>
                    <argument name="template" xsi:type="string">Temando_Shipping::rma/view/tracking/popup.phtml</argument>
                    <argument name="viewModel" xsi:type="object">Temando\Shipping\ViewModel\Rma\RmaShipment\Tracking\Popup</argument>
                </arguments>
            </block>
        </referenceContainer>
    </body>
</page>
