Development
This commit is contained in:
parent
58534c3915
commit
114da3cd1c
3 changed files with 33 additions and 4 deletions
|
|
@ -38,6 +38,13 @@
|
|||
"value": "all",
|
||||
"filter_col": "vlan",
|
||||
"options": "%CRED_VLAN_FILTER_OPTIONS%"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"name": "status_filter",
|
||||
"value": "all",
|
||||
"filter_col": "account_status",
|
||||
"options": "%STATUS_FILTER_OPTIONS%"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -72,10 +79,10 @@
|
|||
"class": "col-narrow"
|
||||
},
|
||||
{
|
||||
"label": "Active",
|
||||
"field": "active",
|
||||
"label": "Status",
|
||||
"field": "account_status",
|
||||
"class": "col-narrow",
|
||||
"render": "badge_yes_no"
|
||||
"render": "badge_account_status"
|
||||
}
|
||||
],
|
||||
"row_actions": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue