#12250 fixed order all in select

This commit is contained in:
Daniel Cebrian 2023-11-22 16:31:51 +01:00
parent 2db0d05a37
commit 47420e06c4
1 changed files with 6 additions and 0 deletions

View File

@ -3967,6 +3967,12 @@ if (is_metaconsole() === true) {
],
'security_hardening_score',
(empty($security_hardening_score) === false) ? $security_hardening_score : 'all',
'',
'',
0,
false,
false,
false
);
?>
</td>