Skip to content
Snippets Groups Projects
Commit b90cc15a authored by Nikos Filinis's avatar Nikos Filinis
Browse files

Update clusters page

parent 24c25350
No related branches found
No related tags found
No related merge requests found
Pipeline #64266 passed with stage
in 2 minutes and 41 seconds
......@@ -147,6 +147,20 @@ const clusterColumns = ref([
field: 'available_ram',
sortable: true,
},
{
name: 'pod_cidr',
align: 'left',
label: 'Pod CIDR Network',
field: 'pod_cidr',
sortable: true,
},
{
name: 'service_cidr',
align: 'left',
label: 'Service CIDR Network',
field: 'service_cidr',
sortable: true,
},
{
name: 'grafana',
align: 'left',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment