mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Make user analytics optional (#59)
* Make user analytics optional * Mention analytics in README * Use analytics flag
This commit is contained in:
@@ -32,6 +32,7 @@ type DataLayer struct {
|
||||
type VersionInfo struct {
|
||||
CurVer string
|
||||
LatestVer string
|
||||
Analytics bool
|
||||
}
|
||||
|
||||
func (d *DataLayer) runCommand(cmd ...string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user