Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/module-ui/view/base/web/templates/grid/editing/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/module-ui/view/base/web/templates/grid/editing/row.html
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<tr class="data-grid-editable-row" each="data: fields, as: '$col'" css="'_odd-row': !!($row()._rowIndex % 2)">
    <!-- ko if: $parent.getColumn(index).visible -->

        <td class="data-grid-actions-cell" if="$parent.isActionsColumn($data)">
            <span class="data-grid-row-changed" css="_changed: $parent.hasChanges">
                <span class="data-grid-row-changed-tooltip" translate="'Record contains unsaved changes.'"></span>
            </span>
        </td>

        <!-- ko ifnot: $parent.isActionsColumn($data) -->
            <td if="$col.isEditor" template="$parent.fieldTmpl"></td>
            <td ifnot="$col.isEditor" css="$col.getFieldClass()" template="$col.getBody()"></td>
        <!-- /ko -->

    <!-- /ko -->
</tr>

Spamworldpro Mini