Development
This commit is contained in:
parent
f479e07a90
commit
2140ea0e0a
2 changed files with 12 additions and 2 deletions
|
|
@ -108,11 +108,19 @@
|
|||
"type": "button_row",
|
||||
"justify": "space-between",
|
||||
"items": [
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<label style='display:flex;align-items:center;gap:0.5rem;margin:0;font-size:0.875rem'>Revert behavior:<select name='revert_behavior' class='form-select' style='width:auto'><option value='revert_subsequent'>Revert selected and subsequent tree changes</option><option value='restore_state'>Restore to tree selected state</option></select></label>"
|
||||
},
|
||||
{
|
||||
"type": "button_secondary",
|
||||
"text": "Revert Selected",
|
||||
"text": "Revert",
|
||||
"disabled": "%NO_HISTORY%"
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<span style='flex:1'></span>"
|
||||
},
|
||||
{
|
||||
"type": "button_danger",
|
||||
"text": "Clear Selected History",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue