mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dasboard_history: fixed json diff so only dashbord is compared and not the whole dashboard revision object (message and restoreFrom etc was showing up in json diff)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</li>
|
||||
<li class="gf-tabs-item" ng-show="ctrl.mode === 'compare'">
|
||||
<span class="active gf-tabs-link">
|
||||
Version {{ctrl.baseInfo.version}} <i class="fa fa-arrows-h"></i> Version {{ctrl.newInfo.version}}
|
||||
Version Comparison
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -123,7 +123,7 @@
|
||||
Version {{ctrl.newInfo.version}}
|
||||
<cite class="muted" ng-if="ctrl.isNewLatest">(Latest)</cite>
|
||||
</h4>
|
||||
<section ng-if="ctrl.diff === 'basic'">
|
||||
<section>
|
||||
<p class="small muted">
|
||||
<strong>Version {{ctrl.newInfo.version}}</strong> updated by
|
||||
<span>{{ctrl.newInfo.createdBy}} </span>
|
||||
|
||||
Reference in New Issue
Block a user