Development

This commit is contained in:
Matthew Grotke 2026-05-27 22:04:04 -04:00
parent eed1d295dc
commit d9f3bd8289
45 changed files with 635 additions and 666 deletions

View file

@ -1,5 +1,4 @@
{
"id": "view_hostoverrides",
"client_requirement": "client_is_viewer+",
"items": [
{
@ -43,7 +42,7 @@
"row_actions": [
{
"client_requirement": "client_is_administrator+",
"action": "/action/edit_host_override",
"action": "/action/hostoverrides/table_edit",
"method": "inline_edit",
"text": "Edit",
"class": "btn-ghost btn-sm",
@ -71,7 +70,7 @@
},
{
"client_requirement": "client_is_administrator+",
"action": "/action/delete_host_override",
"action": "/action/hostoverrides/table_delete",
"method": "post",
"text": "Delete",
"class": "btn-danger btn-sm"
@ -86,7 +85,7 @@
"items": [
{
"type": "form",
"action": "/action/add_host_override",
"action": "/action/hostoverrides/addoverride_add",
"method": "post",
"items": [
{
@ -117,7 +116,7 @@
"items": [
{
"type": "button_primary",
"action": "/action/add_host_override",
"action": "/action/hostoverrides/addoverride_add",
"method": "post",
"text": "Add Host Override"
},