Skip to content
Snippets Groups Projects
Commit ca9b80a3 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Update a few things

parent 351353e1
Branches
Tags
No related merge requests found
...@@ -36,12 +36,12 @@ function ExternalConnectionsPage(): React.ReactElement { ...@@ -36,12 +36,12 @@ function ExternalConnectionsPage(): React.ReactElement {
"Interconnection Method": "interconnection_method", "Interconnection Method": "interconnection_method",
} }
const description = <span>The table below shows the operational external IP connections of each NREN. const description = <><p>The table below shows the operational external IP connections of each NREN.
These include links to their regional backbone (ie. GÉANT), to other research locations, These include links to their regional backbone (ie. GÉANT), to other research locations,
to the commercial internet, peerings to internet exchanges, cross-border dark fibre links, and any other links they may have. to the commercial internet, peerings to internet exchanges, cross-border dark fibre links, and any other links they may have.</p>
NRENs are asked to state the capacity for production purposes, not any additional link that may be there solely for the purpose of giving resilience. <p>NRENs are asked to state the capacity for production purposes, not any additional link that may be there solely for the purpose of giving resilience.
Cross-border fibre links are meant as those links which have been commissioned or established by the NREN from a point on their network, Cross-border fibre links are meant as those links which have been commissioned or established by the NREN from a point on their network,
which is near the border to another point near the border on the network of a neighbouring NREN.</span> which is near the border to another point near the border on the network of a neighbouring NREN.</p></>
return ( return (
<DataPage title="NREN External IP Connections" <DataPage title="NREN External IP Connections"
......
@use "sass:list"; @use "sass:list";
@import '../abstracts/variables'; @import '../abstracts/variables';
@import '../base/text';
@import '../layout/Sidebar'; @import '../layout/Sidebar';
@import '../layout/SectionNavigation'; @import '../layout/SectionNavigation';
@import '../layout/Login'; @import '../layout/Login';
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment