start to integrate domain-deactivated flag in UI

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-05-26 13:58:41 +02:00
parent 426f204473
commit 0b685d569f
5 changed files with 35 additions and 10 deletions

View File

@@ -97,7 +97,13 @@ return [
'type' => 'date',
'value' => $result['termination_date'],
'size' => 10
]
],
'deactivated' => [
'label' => lng('admin.deactivated'),
'type' => 'checkbox',
'value' => '1',
'checked' => $result['deactivated']
],
]
],
'section_e' => [