Repository: ambari Updated Branches: refs/heads/branch-2.6 5fd168a5f -> af80df2ec
AMBARI-21993. Pre upgrade check dialog style issues (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/af80df2e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/af80df2e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/af80df2e Branch: refs/heads/branch-2.6 Commit: af80df2ec3bc384f8a3ff44ce8fe141f849f0cbb Parents: 5fd168a Author: Alex Antonenko <[email protected]> Authored: Tue Sep 19 16:47:08 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Sep 19 16:47:08 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/stack_versions.less | 6 ------ .../app/templates/main/admin/stack_upgrade/upgrade_options.hbs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/af80df2e/ambari-web/app/styles/stack_versions.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/app/styles/stack_versions.less index 6ee738d..97b6245 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -606,9 +606,6 @@ } } -.upgrade-options-popup .modal .modal-body { - min-height: 295px; -} #upgrade-options-popup-content { .method-options { margin: 10px; @@ -736,9 +733,6 @@ } .text { margin-left: 10px; - &.big-text{ - font-size: 20px; - } } .icon-question-sign { color: @blue; http://git-wip-us.apache.org/repos/asf/ambari/blob/af80df2e/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs b/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs index 996c5a5..1302d18 100644 --- a/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs +++ b/ambari-web/app/templates/main/admin/stack_upgrade/upgrade_options.hbs @@ -17,7 +17,7 @@ }} <div id="upgrade-options-popup-content"> - <div {{bindAttr class="view.upgradeShow::big-text :text"}}>{{{view.versionText}}}</div> + <div class="text">{{{view.versionText}}}</div> {{#if view.upgradeShow}} <div class="text method-text">{{t admin.stackVersions.version.upgrade.upgradeOptions.bodyMsg.method}}</div> {{/if}}
