mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix command field https://sourceforge.net/p/webadmin/bugs/5223/
This commit is contained in:
@@ -55,7 +55,7 @@ print &ui_table_row($text{'edit_servers'},
|
|||||||
|
|
||||||
# Command to run
|
# Command to run
|
||||||
print &ui_table_row($cron::text{'edit_command'},
|
print &ui_table_row($cron::text{'edit_command'},
|
||||||
&ui_textbox("cmd", job->{'cluster_command'}, 70), 3);
|
&ui_textbox("cmd", $job->{'cluster_command'}, 70), 3);
|
||||||
|
|
||||||
if ($cron::config{'cron_input'}) {
|
if ($cron::config{'cron_input'}) {
|
||||||
# Input to command
|
# Input to command
|
||||||
|
|||||||
Reference in New Issue
Block a user