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%"
|
||||
},
|
||||
{
|
||||
"type": "table",
|
||||
"datasource": "sqlite:client_credentials",
|
||||
"empty_message": "No credentials configured.",
|
||||
"toolbar": {
|
||||
"client_requirement": "client_is_viewer+",
|
||||
"items": [
|
||||
{
|
||||
"type": "select",
|
||||
"name": "type_filter",
|
||||
"value": "all",
|
||||
"filter_col": "user_type_label",
|
||||
"options": "%TYPE_FILTER_OPTIONS%"
|
||||
"type": "card",
|
||||
"label": "User Accounts",
|
||||
"client_requirement": "client_is_viewer+",
|
||||
"items": [
|
||||
{
|
||||
"type": "table",
|
||||
"datasource": "sqlite:client_credentials",
|
||||
"empty_message": "No credentials configured.",
|
||||
"toolbar": {
|
||||
"client_requirement": "client_is_viewer+",
|
||||
"items": [
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"label": "Username",
|
||||
|
|
@ -101,6 +106,8 @@
|
|||
"class": "btn-danger btn-sm"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "card",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue