From d94cfe3a3685263037affab4dda3e55498f7c001 Mon Sep 17 00:00:00 2001 From: Aleksandr Kovalenko Date: Thu, 1 Feb 2018 14:26:31 +0200 Subject: [PATCH 1/2] AMBARI-22712. Update install Wizard layout. Fourth patch. (akovalenko) --- ambari-web/app/styles/wizard.less | 4 ++++ ambari-web/app/templates/wizard/step4.hbs | 4 ++-- ambari-web/app/templates/wizard/step8.hbs | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index 1d0bf3c43b1..da4e63e5827 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -229,6 +229,9 @@ .glyphicon-asterisks { color: #00688B; } + .checkbox-cell { + padding-top: 4px; + } } #step6 { .pre-scrollable { @@ -250,6 +253,7 @@ margin: 0; } .host-component-checkbox { + line-height: 17px; font-size: 12px; top: 0px; } diff --git a/ambari-web/app/templates/wizard/step4.hbs b/ambari-web/app/templates/wizard/step4.hbs index f3d9c58cfad..68db717c747 100644 --- a/ambari-web/app/templates/wizard/step4.hbs +++ b/ambari-web/app/templates/wizard/step4.hbs @@ -34,7 +34,7 @@ {{#each service in controller.fileSystems}} {{#unless service.isHiddenOnSelectServicePage}} - +
{{view App.CheckboxView checkboxClassNamesBinding="service.serviceName" data-qa="toggle-service" disabledBinding="service.isDisabled" @@ -74,7 +74,7 @@ {{#unless service.isHiddenOnSelectServicePage}} {{#unless service.isDFS}} - +
{{view App.CheckboxView checkboxClassNamesBinding="service.serviceName" data-qa="toggle-service" disabledBinding="service.isDisabled" diff --git a/ambari-web/app/templates/wizard/step8.hbs b/ambari-web/app/templates/wizard/step8.hbs index e210896133b..1058bc3fb05 100644 --- a/ambari-web/app/templates/wizard/step8.hbs +++ b/ambari-web/app/templates/wizard/step8.hbs @@ -97,10 +97,10 @@ {{/if}} {{t common.deploy}} → - + {{#unless App.router.clusterInstallCompleted}} - {{/unless}} From d3bac35aa3f432c95b7956a124a613f984321d05 Mon Sep 17 00:00:00 2001 From: Aleksandr Kovalenko Date: Thu, 1 Feb 2018 14:34:39 +0200 Subject: [PATCH 2/2] AMBARI-22712. Update install Wizard layout. Fourth patch. (akovalenko) --- ambari-web/app/styles/wizard.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index da4e63e5827..8a94c786609 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -232,6 +232,9 @@ .checkbox-cell { padding-top: 4px; } + .checkbox-row { + width: 47px; + } } #step6 { .pre-scrollable { @@ -774,6 +777,3 @@ } } -.checkbox-row { - width: 47px; -} \ No newline at end of file