diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 851a77b2a7..e28c58ee4b 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -100,6 +100,10 @@ function returnError($typeError, $returnType = 'string') { returnData($returnType, array('type' => 'string', 'data' => __('No data to show.'))); break; + case 'centralized': + returnData($returnType, + array('type' => 'string', 'data' => __('This console is not manager of this environment, please manage this feature from centralized manager console (Metaconsole).'))); + break; default: returnData("string", array('type' => 'string', 'data' => __($returnType)));