temando_dispatch_solve.xml 704 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  8. <body>
  9. <referenceContainer name="content">
  10. <block class="Temando\Shipping\Block\Adminhtml\Dispatch\Solve" name="admin.temando.dispatch.solve">
  11. <arguments>
  12. <argument name="template" xsi:type="string">Temando_Shipping::components/dispatch/solve.phtml</argument>
  13. </arguments>
  14. </block>
  15. </referenceContainer>
  16. </body>
  17. </page>