Development
This commit is contained in:
parent
33b639a353
commit
113328c566
3 changed files with 27 additions and 15 deletions
|
|
@ -47,9 +47,8 @@
|
|||
{
|
||||
"type": "button_danger",
|
||||
"text": "Dismiss All",
|
||||
"action": "/action/actions/pending_dismiss",
|
||||
"method": "post",
|
||||
"disabled": "%NO_PENDING%",
|
||||
"formaction": "/action/actions/pending_dismiss",
|
||||
"disabled": "%NO_DISMISSIBLE_PENDING%",
|
||||
"client_requirement": "client_is_manager="
|
||||
}
|
||||
]
|
||||
|
|
@ -116,9 +115,8 @@
|
|||
},
|
||||
{
|
||||
"type": "button_danger",
|
||||
"text": "Clear History",
|
||||
"action": "/action/actions/history_clear",
|
||||
"method": "post",
|
||||
"text": "Clear Selected History",
|
||||
"formaction": "/action/actions/history_clear",
|
||||
"disabled": "%NO_HISTORY%",
|
||||
"client_requirement": "client_is_manager="
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue