From d0cfae64ac8c44a379b0f64e4f47a678ecd8fe77 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 27 Jul 2010 01:48:23 +0000 Subject: add test page for maestro status, RT#9381 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0d891be25..0d77f3de6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3821,6 +3821,14 @@ and customer address. Include units.', 'select_enum' => [ 'misc_info', 'top' ], }, + { + 'key' => 'maestro-status_test', + 'section' => 'UI', + 'description' => 'Display a link to the maestro status test page on the customer view page', + 'type' => 'checkbox', + }, + + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1