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

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

* feat(docker/stacks): add creation and update dates

* feat(docker/stacks): put ownership column as the last column

* feat(docker/stacks): fix the no stacks message
This commit is contained in:
Alice Groux 2020-12-16 04:11:59 +01:00 committed by GitHub
parent 4bc958f865
commit bd98b8956a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 99 additions and 61 deletions

View file

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