You've already forked my-video-workflow
添加output_dir状态
This commit is contained in:
@ -123,7 +123,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>工作目录</td>
|
||||
<td>当前目录</td>
|
||||
<td>~</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -146,6 +146,14 @@
|
||||
<td><progress :value="collector.basic.disk.xigua.percent" max="100"></progress></td>
|
||||
<td :class="{warning: !collector.basic.disk.xigua.exist}">{{ collector.basic.disk.xigua.free }} / {{ collector.basic.disk.xigua.total }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td :class="{warning: !collector.basic.disk.output.exist, success: collector.basic.disk.output.exist}">压制输出目录</td>
|
||||
<td>{{ config.recorder.output_dir }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><progress :value="collector.basic.disk.output.percent" max="100"></progress></td>
|
||||
<td>{{ collector.basic.disk.output.free }} / {{ collector.basic.disk.output.total }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user