mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
[Plot] Icons for plot controls
Add icons for plot pan/zoom controls, to step back through or undo pan/zoom states. WTD-533.
This commit is contained in:
parent
3909ddcd14
commit
f3b83e0db7
@ -73,7 +73,7 @@
|
|||||||
ng-click="plot.stepBackPanZoom()"
|
ng-click="plot.stepBackPanZoom()"
|
||||||
ng-show="plot.isZoomed()"
|
ng-show="plot.isZoomed()"
|
||||||
title="Restore previous pan/zoom">
|
title="Restore previous pan/zoom">
|
||||||
<span class="ui-symbol icon">B</span>
|
<span class="ui-symbol icon"><</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href=""
|
<a href=""
|
||||||
@ -81,7 +81,7 @@
|
|||||||
ng-click="plot.unzoom()"
|
ng-click="plot.unzoom()"
|
||||||
ng-show="plot.isZoomed()"
|
ng-show="plot.isZoomed()"
|
||||||
title="Reset pan/zoom">
|
title="Reset pan/zoom">
|
||||||
<span class="ui-symbol icon">R</span>
|
<span class="ui-symbol icon">I</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user