mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
dashboard: add proxy start and close time
This commit is contained in:
@@ -11,6 +11,8 @@ class BaseProxy {
|
||||
this.conns = proxyStats.cur_conns
|
||||
this.traffic_in = proxyStats.today_traffic_in
|
||||
this.traffic_out = proxyStats.today_traffic_out
|
||||
this.last_start_time = proxyStats.last_start_time
|
||||
this.last_close_time = proxyStats.last_close_time
|
||||
this.status = proxyStats.status
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user