rm detail info in wdr when summary type is specified
This commit is contained in:
@ -2361,7 +2361,9 @@ static void ReplicationStat(report_params* params)
|
|||||||
}
|
}
|
||||||
static void GetUtilityStatus(report_params* params)
|
static void GetUtilityStatus(report_params* params)
|
||||||
{
|
{
|
||||||
if (!is_single_node_report(params)) {
|
/* supported report type: detail/all */
|
||||||
|
/* supported report scope: cluster */
|
||||||
|
if (is_summary_report(params) || is_cluster_report(params)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dashboard* dash = CreateDash();
|
dashboard* dash = CreateDash();
|
||||||
@ -2392,7 +2394,9 @@ static void GetUtilityStatus(report_params* params)
|
|||||||
|
|
||||||
static void GetConfigSettings(report_params* params)
|
static void GetConfigSettings(report_params* params)
|
||||||
{
|
{
|
||||||
if (!is_single_node_report(params)) {
|
/* supported report type: detail/all */
|
||||||
|
/* supported report scope: cluster */
|
||||||
|
if (is_summary_report(params) || is_cluster_report(params)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dashboard* dash = CreateDash();
|
dashboard* dash = CreateDash();
|
||||||
|
Reference in New Issue
Block a user