Custom Dashboard Filters
Last updated
Was this helpful?
Was this helpful?
{
"name": "Application Status"
}{
"placeholder": "Select Application Status",
}{
"filterKeys": ["applicationStatus"],
}{
"options": [
{ "value": "RUNNING", "label": "RUNNING" }
]
}{
"key": "appStatus",
"type": "select_multi",
"name": "Application Status",
"display": "modal",
"placeholder": "Select Application Status",
"filterKeys": ["appStatus"],
"options": [
{ "value": "RUNNING", "label": "RUNNING" },
{ "value": "STARTED", "label": "STARTED" }
]
}