Skip to content

Commit 5eea724

Browse files
Fix obproxy paraemter (#906)
1 parent e0a7955 commit 5eea724

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

internal/dashboard/model/obproxy/response.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ type OBProxyOverview struct {
4141
}
4242

4343
type ConfigItem struct {
44-
Name string `json:"name"`
45-
Value string `json:"value"`
46-
Info string `json:"info"`
47-
NeedReboot bool `json:"needReboot" db:"need_reboot"`
48-
VisibleLevel string `json:"visibleLevel" db:"visible_level"`
44+
Name string `json:"name"`
45+
Value string `json:"value"`
46+
Info string `json:"info"`
47+
NeedReboot bool `json:"needReboot" db:"need_reboot"`
48+
VisibleLevel string `json:"visibleLevel" db:"visible_level"`
49+
Range *string `json:"range" db:"range"`
50+
ConfigLevel *string `json:"configLevel" db:"config_level"`
4951
}

0 commit comments

Comments
 (0)