Skip to content

Commit

Permalink
fix: disable webconsole watermark by default (#20460)
Browse files Browse the repository at this point in the history
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
  • Loading branch information
swordqiu and Qiu Jian committed Jun 3, 2024
1 parent 5a036c1 commit 71bd725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webconsole/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type WebConsoleOptions struct {
SshSessionTimeoutMinutes int `help:"ssh timeout session" default:"-1"`
RdpSessionTimeoutMinutes int `help:"rdp timeout session" default:"-1"`

EnableWatermark bool `help:"enable water mark" default:"true"`
EnableWatermark bool `help:"enable water mark" default:"false"`
}

func OnOptionsChange(oldO, newO interface{}) bool {
Expand Down

0 comments on commit 71bd725

Please sign in to comment.