Your IP : 216.73.217.95


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/paging-total.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div class="admin__control-support-text">
    <!-- ko if: showTotalRecords -->
    <text args="totalRecords"></text> <!-- ko i18n: 'records found' --><!-- /ko -->
    <!-- /ko -->
    <!-- ko if: totalSelected && showTotalRecords -->
    (<text args="totalSelected"></text> <!-- ko i18n: 'selected' --><!-- /ko -->)
    <!-- /ko -->
</div>