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/branch-dev-patch-upgrade Commit: a5df408688faa4e748248339256c82cdf1462325 Parents: 042f427 Author: Alex Antonenko <[email protected]> Authored: Thu Jan 26 23:23:59 2017 +0200 Committer: Alex Antonenko <[email protected]> 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}} - <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/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> {{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">
