diff options
author | ivan <ivan> | 2010-07-27 01:48:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-27 01:48:23 +0000 |
commit | d0cfae64ac8c44a379b0f64e4f47a678ecd8fe77 (patch) | |
tree | 63400d5a9d191462dc0eab8cf768104a8a5212eb /FS | |
parent | 8fee1eff267694b2f0bcd5ecc732b814034ba612 (diff) |
add test page for maestro status, RT#9381
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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 => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, |