Browse Source

AMBARI-6188 HBase Master components links on 'HBase summary' tab contains inaccurate text first few seconds after refresh. (Max Shepel via atkach)

atkach 11 years ago
parent
commit
8c73f08cf9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/routes/main.js

+ 1 - 0
ambari-web/app/routes/main.js

@@ -684,6 +684,7 @@ module.exports = Em.Route.extend({
         route: '/summary',
         connectOutlets: function (router, context) {
           var item = router.get('mainServiceItemController.content');
+          router.get('updateController').updateServiceMetric(Em.K);
           //if service is not existed then route to default service
           if (item.get('isLoaded')) {
             router.get('mainServiceItemController').connectOutlet('mainServiceInfoSummary', item);