mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 05:00:25 +08:00
改进文字提示
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>发送字节<em>(BytesSent)</em>:
|
||||
<td>下行流量<em>(BytesSent)</em>:
|
||||
<span v-if="accessLog.bytesSent != null">{{accessLog.bytesSent}}
|
||||
<span v-if="accessLog.bytesSent > 0" class="grey small">({{teaweb.formatBytes(accessLog.bytesSent)}})</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user