You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/template/datasource-action/provisioning-smardigo.json

32 lines
730 B
JSON

{
"name" : "Provisioning Smardigo Management",
"configType" : "datasource-action",
"configKey" : "provisioning-smardigo",
"datasource" : {
"key" : "data-entity-provisioning-smardigo"
},
"columns" : [ {
"key" : "id",
"name" : "ID",
"width" : 100
}, {
"key" : "name",
"name" : "Name",
"width" : 200
}, {
"key" : "key",
"name" : "Key",
"width" : 100
} ],
"actions" : [ {
"icon" : "add_circle",
"name" : "Create New Smardigo",
"processDefinitionKey" : "provisioning-smardigo-create"
} ],
"rowActions" : [ {
"icon" : "delete",
"name" : "Delete Smardigo",
"processDefinitionKey" : "provisioning-smardigo-delete",
"variable" : "smardigo"
} ]
}