mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
feat(GUI): swap progress bar speed and time (#1537)
We swap the placement of the progress speed and time residing below the progress bar. Changelog-Entry: Swap speed and time below the flashing progress bar. Closes: https://github.com/resin-io/etcher/issues/1312
This commit is contained in:
parent
4f4c606949
commit
5297ddf68c
@ -95,8 +95,8 @@
|
|||||||
</progress-button>
|
</progress-button>
|
||||||
|
|
||||||
<p class="step-footer step-footer-split" ng-show="main.state.getFlashState().speed && main.state.getFlashState().percentage != 100">
|
<p class="step-footer step-footer-split" ng-show="main.state.getFlashState().speed && main.state.getFlashState().percentage != 100">
|
||||||
<span>ETA: {{ main.state.getFlashState().eta | secondsToDate | amDateFormat:'m[m]ss[s]' }}</span>
|
|
||||||
<span ng-bind="main.state.getFlashState().speed.toFixed(2) + ' MB/s'"></span>
|
<span ng-bind="main.state.getFlashState().speed.toFixed(2) + ' MB/s'"></span>
|
||||||
|
<span>ETA: {{ main.state.getFlashState().eta | secondsToDate | amDateFormat:'m[m]ss[s]' }}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user