Repository: ambari Updated Branches: refs/heads/branch-2.5 4b36286fd -> 137e1c69f
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/137e1c69 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/137e1c69 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/137e1c69 Branch: refs/heads/branch-2.5 Commit: 137e1c69f3aa338b19777f5bd6e2d83ed7689ecf Parents: 4b36286 Author: Alex Antonenko <[email protected]> Authored: Thu Jan 26 23:21:30 2017 +0200 Committer: Alex Antonenko <[email protected]> Committed: Fri Jan 27 01:23:19 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/137e1c69/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 6b1fffe..315f2e6 100644 --- a/ambari-web/app/templates/common/configs/config_history_flow.hbs +++ b/ambari-web/app/templates/common/configs/config_history_flow.hbs @@ -112,7 +112,7 @@ <span class="label-current label label-success icon-ok" data-toggle="tooltip" {{translateAttr title="common.current"}}></span> {{/if}} {{#if view.displayedServiceVersion.author}} - <strong>{{view.displayedServiceVersion.authorFormatted}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.displayedServiceVersion.createdDate}}</strong> + <strong>{{view.displayedServiceVersion.author}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.displayedServiceVersion.createdDate}}</strong> {{/if}} </div> {{#isAuthorized "SERVICE.MODIFY_CONFIGS"}} http://git-wip-us.apache.org/repos/asf/ambari/blob/137e1c69/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 d44efb8..7b508e2 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> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.serviceVersion.createdDate}}</strong></div> + <div class="date"><strong data-toggle="tooltip" {{bindAttr data-original-title="view.serviceVersion.author"}}>{{view.serviceVersion.authorFormatted}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.serviceVersion.createdDate}}</strong></div> <div class="notes">{{view.serviceVersion.fullNotes}}</div> </div> <div class="version-operations-buttons">
