mirror of
https://github.com/itflow-org/itflow
synced 2026-09-10 00:35:12 +00:00
Feature: Added network IPs section to document network IP and their hostnames
This commit is contained in:
@@ -144,6 +144,16 @@ function getExportColumns($export_type) {
|
||||
'network_secondary_dns' => ['label' => 'Secondary DNS'],
|
||||
],
|
||||
|
||||
'network_ips' => [
|
||||
'ip_address' => ['label' => 'IP Address'],
|
||||
'ip_hostname' => ['label' => 'Hostname', 'weight' => 2],
|
||||
'ip_description' => ['label' => 'Description', 'weight' => 3],
|
||||
// Available from the handler's join but not exported by default -
|
||||
// the export is always scoped to one network of one client
|
||||
'network_name' => ['label' => 'Network', 'default' => false],
|
||||
'client_name' => ['label' => 'Client', 'default' => false],
|
||||
],
|
||||
|
||||
'certificates' => [
|
||||
'certificate_name' => ['label' => 'Name', 'weight' => 2],
|
||||
'certificate_description' => ['label' => 'Description', 'weight' => 3],
|
||||
|
||||
Reference in New Issue
Block a user