1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Revert "feat(docker/stacks): add creation and update dates (#4418)" (#4606)

This reverts commit bd98b8956a.
This commit is contained in:
Yi Chen 2020-12-17 13:33:45 +13:00 committed by GitHub
parent f8b226a1ef
commit 7975ef796d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 61 additions and 99 deletions

View file

@ -554,8 +554,6 @@ type (
Env []Pair `json:"Env"`
ResourceControl *ResourceControl `json:"ResourceControl"`
Status StackStatus `json:"Status"`
CreationDate int64 `json:"CreationDate"`
UpdateDate int64 `json:"UpdateDate"`
ProjectPath string
}