1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Console: Not needed, just a number is enough for EN. (#3380)

Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
simon1tan1 2023-01-14 16:59:55 -08:00 committed by winlin
parent 8ea7d8b33f
commit dbc8e8ca87

View file

@ -28,7 +28,7 @@
<td>{{stream |sc_filter_streamURL}}</td>
<td><a href="javascript:void(0)" ng-click="gogogo('/vhosts/' + stream.vhost)">{{stream.owner.name}}</a></td>
<td>{{stream.publish.active| sc_filter_has_stream}}</td>
<td>{{stream.clients}}</td>
<td>{{stream.clients}}</td>
<td>{{stream.kbps.recv_30s| sc_filter_bitrate_k}}</td>
<td>{{stream.kbps.send_30s| sc_filter_bitrate_k}}</td>
<td><span ng-if="stream.video">{{stream.video| sc_filter_video}}</span></td>
@ -46,4 +46,4 @@
</div>
</div>
</div>
</div>
</div>