Skip to content
Snippets Groups Projects

Update references to GÉANT service IDs

Merged Karel van Klink requested to merge feature/update-geant-id-references into develop
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -369,7 +369,7 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
@@ -369,7 +369,7 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
iptrunk_isis_metric: `${trunk.iptrunk.iptrunk_isis_metric}`,
iptrunk_isis_metric: `${trunk.iptrunk.iptrunk_isis_metric}`,
iptrunk_ipv4_network: `${trunk.iptrunk.iptrunk_ipv4_network}`,
iptrunk_ipv4_network: `${trunk.iptrunk.iptrunk_ipv4_network}`,
iptrunk_ipv6_network: `${trunk.iptrunk.iptrunk_ipv6_network}`,
iptrunk_ipv6_network: `${trunk.iptrunk.iptrunk_ipv6_network}`,
geant_s_sid: `${trunk.iptrunk.geant_s_sid}`,
gs_id: `${trunk.iptrunk.gs_id}`,
iptrunk_type: `${trunk.iptrunk.iptrunk_type}`,
iptrunk_type: `${trunk.iptrunk.iptrunk_type}`,
},
},
};
};
@@ -492,12 +492,12 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
@@ -492,12 +492,12 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
<EuiSelect
<EuiSelect
options={[
options={[
{ value: 'none', text: 'None' },
{ value: 'none', text: 'None' },
{ value: 'iptrunk_isis_metric', text: 'Iptrunk ISIS Metric' },
{ value: 'iptrunk_isis_metric', text: 'IPtrunk ISIS Metric' },
{ value: 'iptrunk_capacity', text: 'Iptrunk Capacity' },
{ value: 'iptrunk_capacity', text: 'IPtrunk Capacity' },
{ value: 'iptrunk_type', text: 'Iptrunk Type' },
{ value: 'iptrunk_type', text: 'IPtrunk Type' },
{ value: 'iptrunk_ipv4_network', text: 'Iptrunk IPV4 Network' },
{ value: 'iptrunk_ipv4_network', text: 'IPtrunk IPv4 Network' },
{ value: 'iptrunk_ipv6_network', text: 'Iptrunk IPV6 Network' },
{ value: 'iptrunk_ipv6_network', text: 'IPtrunk IPv6 Network' },
{ value: 'geant_s_sid', text: 'GEANT Service ID' },
{ value: 'gs_id', text: 'GEANT Service ID' },
]}
]}
value={labelType}
value={labelType}
onChange={handleLabelTypeChange}
onChange={handleLabelTypeChange}
Loading