mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +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.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…
Add table
Add a link
Reference in a new issue