mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Fix job progress ui #587
This commit is contained in:
parent
01f1b69b41
commit
131af1f4f4
@ -41,9 +41,9 @@
|
||||
|
||||
|
||||
<div class="mb-1 row progress-row ">
|
||||
<div class="col-6 col-md-2 col-lg-1 text-md-right order-md-0" title="time elapsed"
|
||||
<div class="col-6 col-md-2 col-lg-1 text-md-right order-md-0 text-nowrap" title="time elapsed"
|
||||
i18n-title>{{TimeElapsed| duration:':'}}</div>
|
||||
<div class="col-6 col-md-2 col-lg-1 order-md-2 text-end text-md-left" title="duration"
|
||||
<div class="col-6 col-md-2 col-lg-1 order-md-2 text-end text-md-left text-nowrap" title="duration"
|
||||
i18n-title>{{TimeAll| duration:':'}}</div>
|
||||
<div class="progress col-md-8 col-lg-10 order-md-1"
|
||||
[title]="ProgressTitle">
|
||||
|
Loading…
Reference in New Issue
Block a user