This is an automated email from the ASF dual-hosted git repository.
atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c656a23 AMBARI-23390 Dashboard: rationalize default widgets
c656a23 is described below
commit c656a232210b97fa7df6c6d9d519bdf74855614a
Author: Andrii Tkach <[email protected]>
AuthorDate: Wed Mar 28 15:48:20 2018 +0300
AMBARI-23390 Dashboard: rationalize default widgets
---
ambari-web/app/data/dashboard_widgets.js | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/ambari-web/app/data/dashboard_widgets.js
b/ambari-web/app/data/dashboard_widgets.js
index 32d1955..5348678 100644
--- a/ambari-web/app/data/dashboard_widgets.js
+++ b/ambari-web/app/data/dashboard_widgets.js
@@ -98,14 +98,16 @@ module.exports = [
sourceName: 'HDFS',
title: Em.I18n.t('dashboard.widgets.HDFSLinks'),
threshold: [],
- groupName: 'nn'
+ groupName: 'nn',
+ isHiddenByDefault: true
},
{
id: 12,
viewName: 'HBaseLinksView',
sourceName: 'HBASE',
title: Em.I18n.t('dashboard.widgets.HBaseLinks'),
- threshold: []
+ threshold: [],
+ isHiddenByDefault: true
},
{
id: 13,
@@ -126,8 +128,7 @@ module.exports = [
viewName: 'HBaseRegionsInTransitionView',
sourceName: 'HBASE',
title: Em.I18n.t('dashboard.widgets.HBaseRegionsInTransition'),
- threshold: [3, 10],
- isHiddenByDefault: true
+ threshold: [3, 10]
},
{
id: 16,
@@ -148,7 +149,8 @@ module.exports = [
viewName: 'ResourceManagerUptimeView',
sourceName: 'YARN',
title: Em.I18n.t('dashboard.widgets.ResourceManagerUptime'),
- threshold: []
+ threshold: [],
+ isHiddenByDefault: true
},
{
id: 19,
@@ -183,7 +185,8 @@ module.exports = [
viewName: 'YARNLinksView',
sourceName: 'YARN',
title: Em.I18n.t('dashboard.widgets.YARNLinks'),
- threshold: []
+ threshold: [],
+ isHiddenByDefault: true
},
{
id: 24,
--
To stop receiving notification emails like this one, please contact
[email protected].