File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/widgets/job-queue Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 91
91
</template >
92
92
93
93
<template #footer >
94
- <div class =" v-data-footer py-2 " >
94
+ <div class =" v-data-footer px-3 py-1 " >
95
95
<v-chip
96
96
small
97
- class =" mr -1"
97
+ class =" ma -1"
98
98
>
99
99
{{ $t('app.job_queue.label.filament') }}: {{ $filters.getReadableLengthString(jobTotals.filament_length) }} / {{ $filters.getReadableWeightString(jobTotals.filament_weight) }}
100
100
</v-chip >
101
101
<v-chip
102
102
small
103
- class =" mr -1"
103
+ class =" ma -1"
104
104
>
105
105
{{ $t('app.job_queue.label.print_time') }}: {{ $filters.formatCounterSeconds(jobTotals.time) }}
106
106
</v-chip >
107
107
108
108
<v-chip
109
109
small
110
- class =" mr -1"
110
+ class =" ma -1"
111
111
>
112
112
{{ $t('app.job_queue.label.eta') }}: {{ $filters.formatDateTime(Date.now() + jobTotals.time * 1000) }}
113
113
</v-chip >
You can’t perform that action at this time.
0 commit comments