You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2017/01/26 23:22:55 UTC

ambari git commit: AMBARI-19698. Author name in config history is not shown completely (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 042f42798 -> a5df40868


AMBARI-19698. Author name in config history is not shown completely (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a5df4086
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a5df4086
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a5df4086

Branch: refs/heads/trunk
Commit: a5df408688faa4e748248339256c82cdf1462325
Parents: 042f427
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Jan 26 23:23:59 2017 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Jan 27 01:22:50 2017 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/common/configs/config_history_flow.hbs | 2 +-
 ambari-web/app/templates/common/configs/service_version_box.hbs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a5df4086/ambari-web/app/templates/common/configs/config_history_flow.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/config_history_flow.hbs b/ambari-web/app/templates/common/configs/config_history_flow.hbs
index 5cadf91..da366c0 100644
--- a/ambari-web/app/templates/common/configs/config_history_flow.hbs
+++ b/ambari-web/app/templates/common/configs/config_history_flow.hbs
@@ -121,7 +121,7 @@
               </span>
           {{/if}}
           {{#if view.displayedServiceVersion.author}}
-            &nbsp;<strong>{{view.displayedServiceVersion.authorFormatted}}</strong>&nbsp;{{t dashboard.configHistory.info-bar.authoredOn}}&nbsp;<strong>{{view.displayedServiceVersion.createdDate}}</strong>
+            &nbsp;<strong>{{view.displayedServiceVersion.author}}</strong>&nbsp;{{t dashboard.configHistory.info-bar.authoredOn}}&nbsp;<strong>{{view.displayedServiceVersion.createdDate}}</strong>
           {{/if}}
         </div>
         {{#isAuthorized "SERVICE.MODIFY_CONFIGS"}}

http://git-wip-us.apache.org/repos/asf/ambari/blob/a5df4086/ambari-web/app/templates/common/configs/service_version_box.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/service_version_box.hbs b/ambari-web/app/templates/common/configs/service_version_box.hbs
index 134fe44..aaa4520 100644
--- a/ambari-web/app/templates/common/configs/service_version_box.hbs
+++ b/ambari-web/app/templates/common/configs/service_version_box.hbs
@@ -39,7 +39,7 @@
       <div class="content">
         <span class="label label-info">{{view.serviceVersion.versionText}}</span> <span class="pull-right"><strong>{{view.serviceVersion.configGroupName}}</strong></span>
         <span class="stack">{{view.serviceVersion.stackVersion}}</span>
-        <div class="date"><strong>{{view.serviceVersion.authorFormatted}}</strong>&nbsp;{{t dashboard.configHistory.info-bar.authoredOn}}&nbsp;<strong>{{view.serviceVersion.createdDate}}</strong></div>
+        <div class="date"><strong data-toggle="tooltip" {{bindAttr data-original-title="view.serviceVersion.author"}}>{{view.serviceVersion.authorFormatted}}</strong>&nbsp;{{t dashboard.configHistory.info-bar.authoredOn}}&nbsp;<strong>{{view.serviceVersion.createdDate}}</strong></div>
         <div class="notes">{{view.serviceVersion.fullNotes}}</div>
       </div>
       <div class="version-operations-buttons">