[COMP-360]: Network tasks - automation
Compare changes
@@ -2,7 +2,7 @@ import React, { useContext } from "react";
@@ -2,7 +2,7 @@ import React, { useContext } from "react";
@@ -19,7 +19,7 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -19,7 +19,7 @@ function NetworkAutomationPage(): React.ReactElement {
filterSelection.selectedYears.includes(data.year) && filterSelection.selectedNrens.includes(data.nren)
const dataLookup = createMatrixDataLookupForArrayColumnType(selectedData, 'network_automation_specifics');
@@ -35,21 +35,24 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -35,21 +35,24 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -59,6 +62,7 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -59,6 +62,7 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -74,52 +78,88 @@ function NetworkAutomationPage(): React.ReactElement {
@@ -74,52 +78,88 @@ function NetworkAutomationPage(): React.ReactElement {
{["Device Provisioning", "Data Collection", "Configuration Management", "Compliance", "Reporting", "Troubleshooting"].map(column_key => (