Your IP : 216.73.216.220


Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Ui/templates/grid/
Upload File :
Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Ui/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>