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:
parent
4bc958f865
commit
bd98b8956a
8 changed files with 99 additions and 61 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue