Browse Source

AMBARI-3826. Ignore Smoke Tests during start/stop services. (Mikhail Bayuk via yusaku)

Yusaku Sako 11 years ago
parent
commit
dc52fefb8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/utils/ajax.js

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

@@ -56,7 +56,7 @@ var urls = {
     }
   },
   'service.item.start_stop': {
-    'real': '/clusters/{clusterName}/services/{serviceName}?params/run_smoke_test=true',
+    'real': '/clusters/{clusterName}/services/{serviceName}',
     'mock': '/data/wizard/deploy/poll_1.json',
     'format': function (data, opt) {
       return {