Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/templates/form/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/templates/form/default.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * @var \Magento\Ui\Component\Form $block
 */
?>
<?=/* @noEscape */ $block->renderChildComponent('before_form') ?>
<div data-role="spinner"
     data-component="<?= $block->escapeHtmlAttr($block->getName()) ?>.areas"
     class="admin__data-grid-loading-mask">
    <div class="grid-loader"></div>
</div>
<div data-bind="scope: '<?= $block->escapeHtmlAttr($block->getName()) ?>.areas'"
     class="entry-edit form-inline">
    <!-- ko template: getTemplate() --><!-- /ko -->
</div>
<?= /* @noEscape */ $block->renderChildComponent('after_form') ?>