mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat: kubernets service - display external hostname (#486)
This commit is contained in:
parent
28b222fffa
commit
798fa2396a
4 changed files with 45 additions and 5 deletions
|
@ -3,6 +3,7 @@ import { type } from './type';
|
|||
import { namespace } from './namespace';
|
||||
import { ports } from './ports';
|
||||
import { clusterIP } from './clusterIP';
|
||||
import { externalHost } from './externalHost';
|
||||
import { externalIP } from './externalIP';
|
||||
import { targetPorts } from './targetPorts';
|
||||
import { application } from './application';
|
||||
|
@ -16,6 +17,7 @@ export const columns = [
|
|||
ports,
|
||||
targetPorts,
|
||||
clusterIP,
|
||||
externalHost,
|
||||
externalIP,
|
||||
created,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue