@@ -6221,7 +6221,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6221
6221
"<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" +
6222
6222
"<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" +
6223
6223
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6224
- "<div class=\"order-service-config-single-column\">\n" +
6224
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6225
6225
"<div class=\"wizard-pf-main-form-contents\">\n" +
6226
6226
"<form name=\"$ctrl.deployForm\">\n" +
6227
6227
"<deploy-image is-dialog=\"true\" project=\"$ctrl.project\" context=\"$ctrl.context\"></deploy-image>\n" +
@@ -6232,7 +6232,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6232
6232
"</div>\n" +
6233
6233
"<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" +
6234
6234
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6235
- "<div class=\"order-service-config-single-column\">\n" +
6235
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6236
6236
"<div class=\"wizard-pf-main-form-contents\">\n" +
6237
6237
"<next-steps project=\"$ctrl.selectedProject\" project-name=\"$ctrl.selectedProject.metadata.name\" login-base-url=\"$ctrl.loginBaseUrl\" on-continue=\"$ctrl.close\">\n" +
6238
6238
"</next-steps>\n" +
@@ -6950,7 +6950,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6950
6950
"<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" +
6951
6951
"<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" +
6952
6952
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6953
- "<div class=\"order-service-config-single-column\">\n" +
6953
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6954
6954
"<div class=\"wizard-pf-main-form-contents\">\n" +
6955
6955
"<form name=\"$ctrl.importForm\">\n" +
6956
6956
"<from-file is-dialog=\"true\" project=\"$ctrl.project\" context=\"$ctrl.context\"></from-file>\n" +
@@ -6995,7 +6995,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6995
6995
"</div>\n" +
6996
6996
"<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" +
6997
6997
"<div class=\"wizard-pf-main-inner-shadow-covers\">\n" +
6998
- "<div class=\"order-service-config-single-column\">\n" +
6998
+ "<div class=\"order-service-config order-service-config -single-column\">\n" +
6999
6999
"<div class=\"wizard-pf-main-form-contents\">\n" +
7000
7000
"\n" +
7001
7001
"<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