diff options
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 54535e46..328a9cd5 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -503,6 +503,12 @@ </a-tag> </td> </tr> + <tr> + <td>{{ i18n "pages.inbounds.periodicTrafficResetTitle" }}</td> + <td> + <a-tag color="blue">[[ i18n("pages.inbounds.periodicTrafficReset." + dbInbound.trafficReset) ]]</a-tag> + </td> + </tr> </table> </template> <a-badge> @@ -951,6 +957,8 @@ remark: dbInbound.remark + " - Cloned", enable: dbInbound.enable, expiryTime: dbInbound.expiryTime, + trafficReset: dbInbound.trafficReset, + lastTrafficResetTime: dbInbound.lastTrafficResetTime, listen: '', port: RandomUtil.randomInteger(10000, 60000), @@ -995,6 +1003,8 @@ remark: dbInbound.remark, enable: dbInbound.enable, expiryTime: dbInbound.expiryTime, + trafficReset: dbInbound.trafficReset, + lastTrafficResetTime: dbInbound.lastTrafficResetTime, listen: inbound.listen, port: inbound.port, @@ -1018,6 +1028,8 @@ remark: dbInbound.remark, enable: dbInbound.enable, expiryTime: dbInbound.expiryTime, + trafficReset: dbInbound.trafficReset, + lastTrafficResetTime: dbInbound.lastTrafficResetTime, listen: inbound.listen, port: inbound.port, |
