Forráskód Böngészése

AMBARI-16966. It is possible to save service configs changes without applying config dependencies
on step7 (akovalenko)

Aleksandr Kovalenko 9 éve
szülő
commit
e25a7b691e

+ 1 - 1
ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

@@ -1113,7 +1113,7 @@ a.alert-link, a.alert-link:hover, a.alert-link:visited{
 .alert-container {
   position: fixed;
   top: 50px;
-  z-index: 1000;
+  z-index: 1100;
   width: 300px;
   margin-left: -150px;
   left: 50%;

+ 0 - 1
ambari-web/app/controllers/wizard/step7_controller.js

@@ -389,7 +389,6 @@ App.WizardStep7Controller = Em.Controller.extend(App.ServerValidatorMixin, App.E
   },
 
   onLoadOverrides: function () {
-    debugger;
     this.get('stepConfigs').forEach(function(stepConfig) {
       stepConfig.set('configGroups', App.ServiceConfigGroup.find().filterProperty('serviceName', stepConfig.get('serviceName')));