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.
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"name" : "Simple Connect",
|
|
"configKey" : "simple-connect",
|
|
"processDefinitionKey" : "simple-connect",
|
|
"columns" : [ {
|
|
"key" : "id",
|
|
"name" : "ID",
|
|
"width" : 50,
|
|
"hidden" : true
|
|
}, {
|
|
"key" : "process_definition_key",
|
|
"name" : "Prozess",
|
|
"width" : 100,
|
|
"hidden" : true
|
|
}, {
|
|
"key" : "creation_date",
|
|
"name" : "Erstelldatum",
|
|
"width" : 100
|
|
}, {
|
|
"key" : "tenant.name",
|
|
"name" : "Mandant Name",
|
|
"width" : 100
|
|
}, {
|
|
"key" : "tenant.key",
|
|
"name" : "Mandant Schlüssel",
|
|
"width" : 100
|
|
}, {
|
|
"key" : "cluster.name",
|
|
"name" : "Cluster Name",
|
|
"width" : "100"
|
|
}, {
|
|
"key" : "creation_user_id",
|
|
"name" : "Ersteller",
|
|
"width" : 150
|
|
}, {
|
|
"key" : "vorgang_status_text",
|
|
"name" : "Status",
|
|
"width" : 100,
|
|
"render" : {
|
|
"type" : "nominal_classification",
|
|
"dataclassdefinitions" : [ {
|
|
"value" : "Neu",
|
|
"style" : "traffic-light-blue"
|
|
}, {
|
|
"value" : "Antrag gesendet",
|
|
"style" : "traffic-light-blue"
|
|
}, {
|
|
"value" : "Antrag freigegeben",
|
|
"style" : "traffic-light-yellow"
|
|
}, {
|
|
"value" : "Service wird gestartet",
|
|
"style" : "traffic-light-yellow"
|
|
}, {
|
|
"value" : "Service gestartet",
|
|
"style" : "traffic-light-green"
|
|
}, {
|
|
"value" : "Service gelöscht",
|
|
"style" : "traffic-light-red"
|
|
} ]
|
|
}
|
|
}, {
|
|
"key" : "candidateGroups",
|
|
"name" : "Gruppen",
|
|
"width" : 100,
|
|
"hidden" : true
|
|
} ],
|
|
"filters" : [ {
|
|
"name" : "Creation User",
|
|
"key" : "creation_user_id",
|
|
"defaultOption" : {
|
|
"key" : "default",
|
|
"name" : "All"
|
|
}
|
|
}, {
|
|
"name" : "State",
|
|
"key" : "vorgang_status_text",
|
|
"defaultOption" : {
|
|
"key" : "default",
|
|
"name" : "All"
|
|
}
|
|
} ]
|
|
} |