oops, forgot to checkin boolean checkbox additions

This commit is contained in:
2018-03-05 18:30:55 -03:00
parent d269bd6c83
commit 5374e66e5a
7 changed files with 42 additions and 1 deletions
@@ -6,6 +6,7 @@ export default_filter = Ember.Object.create
target_week: ''
target_date_gteq: moment()
target_date_lteq: null
my_boolean: ''
s: 'name asc'
export default Ember.Route.extend
@@ -15,6 +15,7 @@ table.ui.celled.striped.compact.table.sortable
th number-range
th dropdown-select
th dropdown-select objects
th boolean-checkboxes
table-filters content=model filters=filters as |filter|
= filter.input key='name'
= filter.option-buttons key='number_of_migration_windows' options=option_buttons_options
@@ -36,6 +37,7 @@ table.ui.celled.striped.compact.table.sortable
= filter.number-range key='age' inclusive=true
= filter.dropdown-select key='location_planning_scenario_classification' options=scenario_classification_options
= filter.dropdown-select key='location_planning_scenario_classification' options=scenario_classification_objects labelPath='grumpy'
= filter.boolean-checkboxes key='my_boolean'
tbody