This is an automated email from the ASF dual-hosted git repository.

akovalenko pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dc97711  AMBARI-24191. Typo in div class name at CustomizeServicespage 
- Accounts tab (akovalenko)
dc97711 is described below

commit dc97711c2c5ac93ce19cee40db149a755f6a393c
Author: Aleksandr Kovalenko <[email protected]>
AuthorDate: Tue Jun 26 14:00:42 2018 +0300

    AMBARI-24191. Typo in div class name at CustomizeServicespage - Accounts 
tab (akovalenko)
---
 ambari-web/app/styles/wizard.less                      | 2 +-
 ambari-web/app/templates/wizard/step7/accounts_tab.hbs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-web/app/styles/wizard.less 
b/ambari-web/app/styles/wizard.less
index b745c0a..a8ba197 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -1211,7 +1211,7 @@
       }
     }
   }
-  .use-ambari-chekboxes {
+  .use-ambari-checkboxes {
     margin-top: 20px;
     padding-left: 10px;
   }
diff --git a/ambari-web/app/templates/wizard/step7/accounts_tab.hbs 
b/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
index d4f0fe8..eec6bc4 100644
--- a/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
+++ b/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
@@ -18,7 +18,7 @@
 
 <div class="col-md-7">
   <p class="step-description">{{t installer.step7.accountsTab.body}}</p>
-  <div class="use-ambari-chekboxes">
+  <div class="use-ambari-checkboxes">
     {{#each checkbox in view.checkboxes}}
       <div>
         {{view checkbox.viewClass serviceConfigBinding="checkbox" 
labelBinding="checkbox.displayName"}}

Reply via email to