Skip to content
Snippets Groups Projects

[COMP-342][COMP-348][COMP-349][COMP-350] : Capacity, Non R&E Peer and SIEM Vendor graph

Merged Saket Agrahari requested to merge feature/COMP-342-348-349-350 into develop
13 files
+ 973
33
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -54,7 +54,12 @@ const NetworkSidebar = () => {
@@ -54,7 +54,12 @@ const NetworkSidebar = () => {
<Link to="/certificate-provider" className="link-text-underline">
<Link to="/certificate-provider" className="link-text-underline">
<span>Certification Services used by NRENs</span>
<span>Certification Services used by NRENs</span>
</Link>
</Link>
</Row>
</Row>
 
<Row>
 
<Link to="/siem-vendors" className="link-text-underline">
 
<span>Vendors of SIEM/SOC systems used by NRENs</span>
 
</Link>
 
</Row>
<hr className="fake-divider" />
<hr className="fake-divider" />
<h6 className="section-title" >Alienwave</h6>
<h6 className="section-title" >Alienwave</h6>
<Row>
<Row>
@@ -69,6 +74,21 @@ const NetworkSidebar = () => {
@@ -69,6 +74,21 @@ const NetworkSidebar = () => {
</Row>
</Row>
<hr className="fake-divider" />
<hr className="fake-divider" />
<h6 className="section-title" >Capacity</h6>
<h6 className="section-title" >Capacity</h6>
 
<Row>
 
<Link to="/capacity-largest-link" className="link-text-underline">
 
<span>Capacity of the Largest Link in an NREN Network</span>
 
</Link>
 
</Row>
 
<Row>
 
<Link to="/capacity-core-ip" className="link-text-underline">
 
<span>NREN Core IP Capacity</span>
 
</Link>
 
</Row>
 
<Row>
 
<Link to="/non-rne-peers" className="link-text-underline">
 
<span>Number of Non-R&E Networks NRENs Peer With</span>
 
</Link>
 
</Row>
<hr className="fake-divider" />
<hr className="fake-divider" />
<h6 className="section-title" >Software-Defined Networking (SDN) & Network Function Virtualisation(NFV)</h6>
<h6 className="section-title" >Software-Defined Networking (SDN) & Network Function Virtualisation(NFV)</h6>
<Row>
<Row>
Loading