start to integrate domain-deactivated flag in UI
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -941,7 +941,8 @@ class SubDomains extends ApiCommand implements ResourceEntity
|
||||
'`d`.`parentdomainid`',
|
||||
'`d`.`letsencrypt`',
|
||||
'`d`.`registration_date`',
|
||||
'`d`.`termination_date`'
|
||||
'`d`.`termination_date`',
|
||||
'`d`.`deactivated`'
|
||||
];
|
||||
}
|
||||
$query_fields = [];
|
||||
|
||||
Reference in New Issue
Block a user