mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Replace zoomout image in timeline with FA icon
This commit is contained in:
parent
86ee3bd752
commit
85e844a261
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
|||||||
@keyup.enter="changePeriod(parents[0])"
|
@keyup.enter="changePeriod(parents[0])"
|
||||||
:title="getPeriodZoomOutText(parents[0])"
|
:title="getPeriodZoomOutText(parents[0])"
|
||||||
tabindex="1">
|
tabindex="1">
|
||||||
<img src="/static/zoom-out-icon-333316.png" /> {{parents[0].getReadableId(true)}}
|
<i class="fa fa-search-minus"></i> {{parents[0].getReadableId(true)}}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user