Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-ui/view/base/web/templates/grid/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-ui/view/base/web/templates/grid/sortBy.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div if="isVisible" class="masonry-image-sortby">
    <b><!-- ko i18n: 'Sort by' --><!-- /ko -->:</b>
    <select class="admin__control-select" data-bind="
        options: options,
        optionsValue: 'value',
        optionsText: 'label',
        value: selectedOption
    "></select>
</div>