mirror of https://github.com/portainer/portainer
fix(service-details): add missing Arguments field (#864)
parent
0ba6645df0
commit
782df54570
|
@ -51,6 +51,7 @@ function ServiceViewModel(data, runningTasks, nodes) {
|
||||||
this.User = containerSpec.User;
|
this.User = containerSpec.User;
|
||||||
this.Dir = containerSpec.Dir;
|
this.Dir = containerSpec.Dir;
|
||||||
this.Command = containerSpec.Command;
|
this.Command = containerSpec.Command;
|
||||||
|
this.Arguments = containerSpec.Args;
|
||||||
this.Secrets = containerSpec.Secrets;
|
this.Secrets = containerSpec.Secrets;
|
||||||
}
|
}
|
||||||
if (data.Endpoint) {
|
if (data.Endpoint) {
|
||||||
|
|
Loading…
Reference in New Issue