From c565f9d78ae95bf3a4dc051e3bfbd356d9f4ff38 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 30 Dec 2015 18:51:09 -0800 Subject: add option for exports to avoid suspending services, #20739 --- httemplate/edit/part_export.cgi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/edit/part_export.cgi') diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 382093116..5411feb5f 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -285,6 +285,11 @@ my $widget = new HTML::Widgets::SelectLayers( $html .= ''; } + $html .= 'Do not suspend services' . + 'no_suspend eq 'Y'; + $html .= '>'; + $html .= ''; # false laziness with config_element above -- cgit v1.2.1