Преглед на файлове

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

atkach преди 11 години
родител
ревизия
8c73f08cf9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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);