Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/submenu.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<ul class="action-submenu" each="data: action.actions, as: 'action'" css="_active: action.visible">
    <li css="_visible: $data.visible">
        <span class="action-menu-item" translate="label" click="$parent.applyAction.bind($parent, type)"></span>
        <render args="name: $parent.submenuTemplate, data: $parent" if="$data.actions"></render>
    </li>
</ul>