Explorar el Código

AMBARI-11321. Phoenix Query Servers link wrong navigation (alexantonenko)

Alex Antonenko hace 10 años
padre
commit
53c80e82c2

+ 1 - 1
ambari-web/app/templates/main/service/services/hbase.hbs

@@ -34,7 +34,7 @@
 <!-- PhoenixServers -->
 {{#if view.showPhoenixInfo}}
   <tr>
-      <td class="summary-label"><a href="#" {{action filterHosts view.regionServerComponent}}>{{t dashboard.services.hbase.phoenixServers}}</a>
+      <td class="summary-label"><a href="#" {{action filterHosts view.phoenixServerComponent}}>{{t dashboard.services.hbase.phoenixServers}}</a>
       </td>
       <td>
       <span>

+ 3 - 3
ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js

@@ -644,7 +644,7 @@ describe('App.upgradeWizardView', function () {
     });
   });
 
-  describe.skip('#getSkippedServiceChecks()', function () {
+  describe('#getSkippedServiceChecks()', function () {
 
     var cases = [
       {
@@ -655,10 +655,10 @@ describe('App.upgradeWizardView', function () {
         title: 'no ajax request should be sent away from Finalize step'
       },
       {
-        isFinalizeItem: false,
+        isFinalizeItem: true,
         areSkippedServiceChecksLoaded: true,
         ajaxSendCallCount: 0,
-        areSkippedServiceChecksLoadedResult: false,
+        areSkippedServiceChecksLoadedResult: true,
         title: 'no ajax request should be sent if data is already loaded'
       },
       {