mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
feat(app/containers): display IP (#4435)
This commit is contained in:
parent
05ba00a8f7
commit
a62e0496de
2 changed files with 12 additions and 0 deletions
|
@ -57,6 +57,10 @@ angular.module('portainer.docker').controller('ContainersDatatableController', [
|
|||
label: 'Created',
|
||||
display: true,
|
||||
},
|
||||
ip: {
|
||||
label: 'IP Address',
|
||||
display: true,
|
||||
},
|
||||
host: {
|
||||
label: 'Host',
|
||||
display: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue