mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 03:44:24 +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-show="plot.isZoomed()"
|
||||
title="Restore previous pan/zoom">
|
||||
<span class="ui-symbol icon">B</span>
|
||||
<span class="ui-symbol icon"><</span>
|
||||
</a>
|
||||
|
||||
<a href=""
|
||||
@ -81,7 +81,7 @@
|
||||
ng-click="plot.unzoom()"
|
||||
ng-show="plot.isZoomed()"
|
||||
title="Reset pan/zoom">
|
||||
<span class="ui-symbol icon">R</span>
|
||||
<span class="ui-symbol icon">I</span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user