mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 00:23:54 +00:00
[Timeline] Remove obsolete arguments
https://github.com/nasa/openmct/pull/955/files#r64668507
This commit is contained in:
parent
00534f8af7
commit
a5b7badb95
@ -111,14 +111,14 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="t-btn l-btn s-btn"
|
<a class="t-btn l-btn s-btn"
|
||||||
ng-click="zoomController.zoom(-1, scroll)"
|
ng-click="zoomController.zoom(-1)"
|
||||||
ng-show="true"
|
ng-show="true"
|
||||||
title="Zoom in">
|
title="Zoom in">
|
||||||
<span class="ui-symbol icon zoom-in">X</span>
|
<span class="ui-symbol icon zoom-in">X</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="t-btn l-btn s-btn"
|
<a class="t-btn l-btn s-btn"
|
||||||
ng-click="zoomController.zoom(1, scroll)"
|
ng-click="zoomController.zoom(1)"
|
||||||
ng-show="true"
|
ng-show="true"
|
||||||
title="Zoom out">
|
title="Zoom out">
|
||||||
<span class="ui-symbol icon zoom-out">Y</span>
|
<span class="ui-symbol icon zoom-out">Y</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user