Skip to content

Commit

Permalink
MAGETWO-31654: Magento Ui module code base clean up
Browse files Browse the repository at this point in the history
- Change options container
  • Loading branch information
Denys Rul committed Mar 18, 2015
1 parent 681492b commit 155f1b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
7 changes: 6 additions & 1 deletion app/code/Magento/Ui/view/base/web/templates/grid/paging.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
</span>
<label class="view-pages">
View
<select data-bind="options: sizes, value: pageSize"></select>
<select data-bind="
options: options,
value: pageSize,
optionsValue: 'value',
optionsText: 'label'"
></select>
per page.
</label>
</span>
Expand Down
39 changes: 0 additions & 39 deletions lib/web/date-format-normalizer.js

This file was deleted.

0 comments on commit 155f1b2

Please sign in to comment.