mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-12 19:30:25 +08:00
用户界面设置中增加“在流量图表中显示缓存相关信息”选项
This commit is contained in:
@@ -19,9 +19,10 @@ type UserUIConfig struct {
|
|||||||
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
||||||
TimeZone string `json:"timeZone"` // 时区
|
TimeZone string `json:"timeZone"` // 时区
|
||||||
|
|
||||||
BandwidthUnit BandwidthUnit `json:"bandwidthUnit"` // 带宽单位
|
BandwidthUnit BandwidthUnit `json:"bandwidthUnit"` // 带宽单位
|
||||||
ShowTrafficCharts bool `json:"showTrafficCharts"` // 是否显示流量相关图表和数据
|
ShowTrafficCharts bool `json:"showTrafficCharts"` // 是否显示流量相关图表和数据
|
||||||
ShowBandwidthCharts bool `json:"showBandwidthCharts"` // 是否显示带宽相关图表和数据
|
ShowCacheInfoInTrafficCharts bool `json:"showCacheInfoInTrafficCharts"` // 在流量图中显示缓存相关信息
|
||||||
|
ShowBandwidthCharts bool `json:"showBandwidthCharts"` // 是否显示带宽相关图表和数据
|
||||||
|
|
||||||
TrafficStats struct {
|
TrafficStats struct {
|
||||||
BandwidthPercentile int32 `json:"bandwidthPercentile"` // 带宽百分位
|
BandwidthPercentile int32 `json:"bandwidthPercentile"` // 带宽百分位
|
||||||
|
|||||||
Reference in New Issue
Block a user