start to integrate domain-deactivated flag in UI
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user