@@ -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%;
@@ -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')));