فهرست منبع

AMBARI-6067. Information about components in running/unknown state isn't displayed after changing service configs (Max Shepel via alexantonenko)

Alex Antonenko 11 سال پیش
والد
کامیت
b4dd29bafb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ambari-web/app/utils/ajax/ajax.js

+ 1 - 1
ambari-web/app/utils/ajax/ajax.js

@@ -2151,7 +2151,7 @@ var urls = {
     'mock': '/data/hosts/HDP2/host_status_counters.json'
   },
   'components.filter_by_status': {
-  'real': '/clusters/{clusterName}/components/fields=host_components/HostRoles/host_name,ServiceComponentInfo/component_name,ServiceComponentInfo/started_count{urlParams}&minimal_response=true',
+    'real': '/clusters/{clusterName}/components?fields=host_components/HostRoles/host_name,ServiceComponentInfo/component_name,ServiceComponentInfo/started_count{urlParams}&minimal_response=true',
     'mock': ''
   },
   'hosts.all.install': {