Development
This commit is contained in:
parent
f05f883a01
commit
05d803444f
1 changed files with 35 additions and 28 deletions
|
|
@ -19,35 +19,40 @@
|
||||||
"html": "%PRO_NOTE%"
|
"html": "%PRO_NOTE%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "table",
|
"type": "card",
|
||||||
"datasource": "sqlite:client_credentials",
|
"label": "User Accounts",
|
||||||
"empty_message": "No credentials configured.",
|
"client_requirement": "client_is_viewer+",
|
||||||
"toolbar": {
|
"items": [
|
||||||
"client_requirement": "client_is_viewer+",
|
{
|
||||||
"items": [
|
"type": "table",
|
||||||
{
|
"datasource": "sqlite:client_credentials",
|
||||||
"type": "select",
|
"empty_message": "No credentials configured.",
|
||||||
"name": "type_filter",
|
"toolbar": {
|
||||||
"value": "all",
|
"client_requirement": "client_is_viewer+",
|
||||||
"filter_col": "user_type_label",
|
"items": [
|
||||||
"options": "%TYPE_FILTER_OPTIONS%"
|
{
|
||||||
|
"type": "select",
|
||||||
|
"name": "type_filter",
|
||||||
|
"value": "all",
|
||||||
|
"filter_col": "user_type_label",
|
||||||
|
"options": "%TYPE_FILTER_OPTIONS%"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "select",
|
||||||
|
"name": "vlan_filter",
|
||||||
|
"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%"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "select",
|
|
||||||
"name": "vlan_filter",
|
|
||||||
"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%"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
"label": "Username",
|
"label": "Username",
|
||||||
|
|
@ -101,6 +106,8 @@
|
||||||
"class": "btn-danger btn-sm"
|
"class": "btn-danger btn-sm"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "card",
|
"type": "card",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue