mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(cli): remove the --no-snapshot CLI flag (#3814)
This commit is contained in:
parent
d202660bb8
commit
4fdb0934cb
6 changed files with 5 additions and 22 deletions
|
@ -57,7 +57,6 @@ type (
|
|||
SSLCert *string
|
||||
SSLKey *string
|
||||
SyncInterval *string
|
||||
Snapshot *bool
|
||||
SnapshotInterval *string
|
||||
}
|
||||
|
||||
|
@ -493,7 +492,6 @@ type (
|
|||
Status struct {
|
||||
Authentication bool `json:"Authentication"`
|
||||
EndpointManagement bool `json:"EndpointManagement"`
|
||||
Snapshot bool `json:"Snapshot"`
|
||||
Analytics bool `json:"Analytics"`
|
||||
Version string `json:"Version"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue