Development

This commit is contained in:
Matthew Grotke 2026-05-25 17:15:53 -04:00
parent b83c8c1b4c
commit 8712fd95ff

View file

@ -635,17 +635,6 @@
}
]
},
{
"type": "card",
"label": "Change History",
"client_requirement": "client_is_administrator+",
"items": [
{
"type": "raw_html",
"html": "%CHANGE_HISTORY_HTML%"
}
]
},
{
"type": "card",
"label": "Options",
@ -682,6 +671,17 @@
]
}
]
},
{
"type": "card",
"label": "Change History",
"client_requirement": "client_is_administrator+",
"items": [
{
"type": "raw_html",
"html": "%CHANGE_HISTORY_HTML%"
}
]
}
]
},