This is an automated email from the ASF dual-hosted git repository. nixon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 47cca6fc1efb7b5c4158c0262f1ef2c434719f0a Author: prasad pawar <[email protected]> AuthorDate: Thu May 27 09:15:02 2021 +0530 ATLAS-4314:Atlas UI: Make Tasks tab default as hidden on entity detail page, fixed Signed-off-by: nixonrodrigues <[email protected]> --- dashboardv2/public/js/utils/Globals.js | 2 +- dashboardv3/public/js/utils/Globals.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboardv2/public/js/utils/Globals.js b/dashboardv2/public/js/utils/Globals.js index 2e94e6b..b0dc5cd 100644 --- a/dashboardv2/public/js/utils/Globals.js +++ b/dashboardv2/public/js/utils/Globals.js @@ -48,7 +48,7 @@ define(["require"], function(require) { Globals.isTimezoneFormatEnabled = true; Globals.isDebugMetricsEnabled = false; - Globals.isTasksEnabled = true; + Globals.isTasksEnabled = false; return Globals; }); \ No newline at end of file diff --git a/dashboardv3/public/js/utils/Globals.js b/dashboardv3/public/js/utils/Globals.js index 2e94e6b..b0dc5cd 100644 --- a/dashboardv3/public/js/utils/Globals.js +++ b/dashboardv3/public/js/utils/Globals.js @@ -48,7 +48,7 @@ define(["require"], function(require) { Globals.isTimezoneFormatEnabled = true; Globals.isDebugMetricsEnabled = false; - Globals.isTasksEnabled = true; + Globals.isTasksEnabled = false; return Globals; }); \ No newline at end of file
