|
@@ -44,7 +44,7 @@
|
|
|
{{#if view.compareServiceVersion.isCurrent}}
|
|
|
<span class="label label-success">{{t common.current}}</span>
|
|
|
{{/if}}
|
|
|
- <strong>{{view.compareServiceVersion.author}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}}
|
|
|
+ <strong>{{view.compareServiceVersion.authorFormatted}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}}
|
|
|
<strong>{{view.compareServiceVersion.createdDate}}</strong>
|
|
|
</div>
|
|
|
<div class="pull-right operations-button">
|
|
@@ -66,7 +66,7 @@
|
|
|
<div class="row-fluid version-in-dropdown " {{action doAction serviceVersion view.actionTypes.SWITCH target="view"}}>
|
|
|
<div class="span2">{{serviceVersion.versionText}}</div>
|
|
|
<div class="span6">{{serviceVersion.createdDate}}</div>
|
|
|
- <div class="span3">{{serviceVersion.author}}</div>
|
|
|
+ <div class="span3">{{serviceVersion.authorFormatted}}</div>
|
|
|
<div class="pull-right"><i class="icon-caret-right"></i></div>
|
|
|
</div>
|
|
|
<ul class="dropdown-menu version-info-operations">
|
|
@@ -74,7 +74,7 @@
|
|
|
<span class="label label-info">{{serviceVersion.versionText}}</span>
|
|
|
<span class="stack">{{serviceVersion.stackVersion}}</span>
|
|
|
<div class="group"><strong>{{serviceVersion.configGroupName}}</strong></div>
|
|
|
- <div class="date"><strong>{{serviceVersion.author}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{serviceVersion.createdDate}}</strong></div>
|
|
|
+ <div class="date"><strong>{{serviceVersion.authorFormatted}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{serviceVersion.createdDate}}</strong></div>
|
|
|
<div class="notes">{{serviceVersion.fullNotes}}</div>
|
|
|
</div>
|
|
|
<div class="version-operations-buttons">
|
|
@@ -105,7 +105,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.author}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.displayedServiceVersion.createdDate}}</strong>
|
|
|
+ <strong>{{view.displayedServiceVersion.authorFormatted}}</strong> {{t dashboard.configHistory.info-bar.authoredOn}} <strong>{{view.displayedServiceVersion.createdDate}}</strong>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{#isAuthorized "SERVICE.MODIFY_CONFIGS"}}
|