view-switcher.html 369 B

12345678910111213141516
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div class="admin__action-dropdown-wrap admin__action-grid-select">
  8. <select
  9. class="admin__control-select"
  10. options="getDisplayModes()"
  11. ko-value="displayMode"
  12. optionsValue="'value'"
  13. optionsText="'label'"
  14. />
  15. </div>