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

atkach pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by 
this push:
     new 93895e9  AMBARI-24025 Display Mpack Info on Service Summary Page
93895e9 is described below

commit 93895e92d24d57cf48bab66b7dcefbf791501ce0
Author: Andrii Tkach <[email protected]>
AuthorDate: Tue Jun 5 14:05:16 2018 +0300

    AMBARI-24025 Display Mpack Info on Service Summary Page
---
 ambari-web/app/messages.js                        | 2 +-
 ambari-web/app/templates/main/service/service.hbs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index ded6c4c..ba284d3 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -377,7 +377,7 @@ Em.I18n.translations = {
   'common.with': 'with',
   'common.zookeeper':'ZooKeeper',
   'common.critical.error': 'Critical',
-  'common.mpack': 'Mpack',
+  'common.mpack.short': 'Mpack',
 
   'models.alert_instance.tiggered.verbose': "Occurred on {0} <br> Checked on 
{1}",
   'models.alert_definition.triggered.verbose': "Occurred on {0}",
diff --git a/ambari-web/app/templates/main/service/service.hbs 
b/ambari-web/app/templates/main/service/service.hbs
index 3a03fa4..bcad6a8 100644
--- a/ambari-web/app/templates/main/service/service.hbs
+++ b/ambari-web/app/templates/main/service/service.hbs
@@ -20,7 +20,7 @@
   <div class="summary-info">
     <div class="row mpack-summary">
       <div class="col-md-12">
-        <div class="col-md-2">{{t common.mpack}}:</div>
+        <div class="col-md-2">{{t common.mpack.short}}:</div>
         <div class="col-md-10 main-info 
summary-value">{{view.mpackVersion}}</div>
       </div>
     </div>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to