temando_batch_solve.xml 918 B

12345678910111213141516171819
  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="Magento\Backend\Block\Template" name="admin.temando.batch.solve">
  11. <arguments>
  12. <argument name="template" xsi:type="string">Temando_Shipping::batch/solve.phtml</argument>
  13. <argument name="viewModel" xsi:type="object">Temando\Shipping\ViewModel\Batch\BatchDetails</argument>
  14. <argument name="supportViewModel" xsi:type="object">Temando\Shipping\ViewModel\Account\Support</argument>
  15. </arguments>
  16. </block>
  17. </referenceContainer>
  18. </body>
  19. </page>