mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(service-details): add missing Arguments field (#864)
This commit is contained in:
parent
0ba6645df0
commit
782df54570
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ function ServiceViewModel(data, runningTasks, nodes) {
|
|||
this.User = containerSpec.User;
|
||||
this.Dir = containerSpec.Dir;
|
||||
this.Command = containerSpec.Command;
|
||||
this.Arguments = containerSpec.Args;
|
||||
this.Secrets = containerSpec.Secrets;
|
||||
}
|
||||
if (data.Endpoint) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue