Skip to content

Commit

Permalink
Update monitor/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
gaby and coderabbitai[bot] authored Oct 7, 2024
1 parent b5c4678 commit 4ecddf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ type Config struct {
// Optional. Default: empty
CustomHead string

// FontURL for specify font resource path or URL . also you can use relative path
// FontURL to specify font resource path or URL. You can also use a relative path.
//
// Optional. Default: https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap
FontURL string

// ChartJSURL for specify ChartJS library path or URL . also you can use relative path
// ChartJSURL to specify ChartJS library path or URL. You can also use a relative path.
//
// Optional. Default: https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.bundle.min.js
ChartJSURL string
Expand Down

0 comments on commit 4ecddf4

Please sign in to comment.