Development

This commit is contained in:
Matthew Grotke 2026-05-29 22:53:20 -04:00
parent 8f377b1839
commit 33b639a353
4 changed files with 85 additions and 8 deletions

View file

@ -39,6 +39,18 @@
{
"type": "raw_html",
"html": "%APPLY_WARNING%"
},
{
"type": "raw_html",
"html": "<span style='flex:1'></span>"
},
{
"type": "button_danger",
"text": "Dismiss All",
"action": "/action/actions/pending_dismiss",
"method": "post",
"disabled": "%NO_PENDING%",
"client_requirement": "client_is_manager="
}
]
}
@ -95,11 +107,20 @@
},
{
"type": "button_row",
"justify": "space-between",
"items": [
{
"type": "button_danger",
"type": "button_secondary",
"text": "Revert Selected",
"disabled": "%NO_HISTORY%"
},
{
"type": "button_danger",
"text": "Clear History",
"action": "/action/actions/history_clear",
"method": "post",
"disabled": "%NO_HISTORY%",
"client_requirement": "client_is_manager="
}
]
}