feat(docker/containers): display IP (#288)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user