mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Add container naming to container display
This commit is contained in:
parent
2946a97f41
commit
e3f804ef88
4 changed files with 10 additions and 5 deletions
|
@ -15,4 +15,5 @@ function ContainerViewModel(data) {
|
|||
this.SizeRw = data.SizeRw;
|
||||
this.Status = data.Status;
|
||||
this.Checked = false;
|
||||
this.Names = data.Names;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue