1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(cli): remove the --no-snapshot CLI flag (#3814)

This commit is contained in:
Anthony Lapenna 2020-05-11 12:36:30 +12:00 committed by Anthony Lapenna
parent d202660bb8
commit 4fdb0934cb
6 changed files with 5 additions and 22 deletions

View file

@ -80,7 +80,6 @@ angular.module('portainer.app').factory('StateManager', [
state.application.authentication = status.Authentication;
state.application.analytics = status.Analytics;
state.application.endpointManagement = status.EndpointManagement;
state.application.snapshot = status.Snapshot;
state.application.version = status.Version;
state.application.logo = settings.LogoURL;
state.application.snapshotInterval = settings.SnapshotInterval;