@@ -6216,7 +6216,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6216
6216
"<div pf-wizard on-cancel=\"$ctrl.close()\" on-finish=\"$ctrl.close()\" hide-header=\"true\" hide-back-button=\"true\" hide-sidebar=\"true\" next-title=\"$ctrl.nextButtonTitle\" next-callback=\"$ctrl.nextCallback\" current-step=\"$ctrl.currentStep\" step-class=\"order-service-wizard-step\" wizard-done=\"$ctrl.wizardDone\" class=\"pf-wizard-no-back\">\n" +
6217
6217
"<div pf-wizard-step step-title=\"Image\" step-id=\"image\" step-priority=\"1\" substeps=\"false\" ok-to-nav-away=\"true\" allow-click-nav=\"false\" next-enabled=\"!$ctrl.deployForm.$invalid\">\n" +
6218
6218
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6219
- "<div class=\"order-service-config-single-column\">\n" +
6219
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6220
6220
"<div class=\"wizard-pf-main-form-contents\">\n" +
6221
6221
"<form name=\"$ctrl.deployForm\">\n" +
6222
6222
"<deploy-image is-dialog=\"true\" project=\"$ctrl.project\" context=\"$ctrl.context\"></deploy-image>\n" +
@@ -6227,7 +6227,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6227
6227
"</div>\n" +
6228
6228
"<div pf-wizard-step step-title=\"Results\" step-id=\"results\" step-priority=\"2\" substeps=\"false\" ok-to-nav-away=\"true\" allow-click-nav=\"false\">\n" +
6229
6229
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6230
- "<div class=\"order-service-config-single-column\">\n" +
6230
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6231
6231
"<div class=\"wizard-pf-main-form-contents\">\n" +
6232
6232
"<next-steps project=\"$ctrl.selectedProject\" project-name=\"$ctrl.selectedProject.metadata.name\" login-base-url=\"$ctrl.loginBaseUrl\" on-continue=\"$ctrl.close\">\n" +
6233
6233
"</next-steps>\n" +
@@ -6921,7 +6921,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6921
6921
"<div pf-wizard on-cancel=\"$ctrl.close()\" on-finish=\"$ctrl.close()\" hide-header=\"true\" hide-sidebar=\"true\" next-title=\"$ctrl.nextButtonTitle\" next-callback=\"$ctrl.nextCallback\" current-step=\"$ctrl.currentStep\" wizard-done=\"$ctrl.wizardDone\" step-class=\"order-service-wizard-step\">\n" +
6922
6922
"<div pf-wizard-step step-title=\"JSON / YAML\" step-id=\"file\" step-priority=\"1\" substeps=\"false\" ok-to-nav-away=\"true\" allow-click-nav=\"false\" next-enabled=\"!$ctrl.importForm.$invalid\">\n" +
6923
6923
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6924
- "<div class=\"order-service-config-single-column\">\n" +
6924
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6925
6925
"<div class=\"wizard-pf-main-form-contents\">\n" +
6926
6926
"<form name=\"$ctrl.importForm\">\n" +
6927
6927
"<from-file is-dialog=\"true\" project=\"$ctrl.project\" context=\"$ctrl.context\"></from-file>\n" +
@@ -6966,7 +6966,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6966
6966
"</div>\n" +
6967
6967
"<div pf-wizard-step step-title=\"Results\" step-id=\"results\" step-priority=\"3\" substeps=\"false\" ok-to-nav-away=\"true\" allow-click-nav=\"false\" prev-enabled=\"false\">\n" +
6968
6968
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6969
- "<div class=\"order-service-config-single-column\">\n" +
6969
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6970
6970
"<div class=\"wizard-pf-main-form-contents\">\n" +
6971
6971
"\n" +
6972
6972
"<next-steps ng-if=\"$ctrl.currentStep === 'Results'\" project=\"$ctrl.selectedProject\" project-name=\"$ctrl.selectedProject.metadata.name\" login-base-url=\"$ctrl.loginBaseUrl\" on-continue=\"$ctrl.close\">\n" +
0 commit comments