mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix key order
This commit is contained in:
@@ -25,7 +25,7 @@ print &ui_table_row($text{'sync_pass'},
|
|||||||
print &ui_table_row($text{'sync_type'},
|
print &ui_table_row($text{'sync_type'},
|
||||||
&ui_select("type", $config{'sync_type'},
|
&ui_select("type", $config{'sync_type'},
|
||||||
[ [ "", $text{'sync_auto'} ],
|
[ [ "", $text{'sync_auto'} ],
|
||||||
[ "rsa" ], [ "dsa" ], [ "rsa1" ], [ "ed25519" ] ]));
|
[ "ed25519" ], [ "rsa" ], [ "dsa" ], [ "rsa1" ] ]));
|
||||||
|
|
||||||
print &ui_table_end();
|
print &ui_table_end();
|
||||||
print &ui_form_end([ [ undef, $text{'save'} ] ]);
|
print &ui_form_end([ [ undef, $text{'save'} ] ]);
|
||||||
|
|||||||
Reference in New Issue
Block a user