-
-
- } title={"Configuration:"} />
-
-
-
- {configurationElements.map((element) => (
-
- ))}
-
-
-
-
-
-
- }
- >
- {configurationElements.map((element) => {
- const { configuration_id, configuration_label, icon } =
- element;
- return {
- tabConfig: {
- label: configuration_label,
- value: configuration_id,
- icon: icon,
- component: Link,
- to: getRoutePath(configuration_id),
- },
- };
- })}
-
-
-
+
+ } title={"Configuration:"} />
+
+
+ {configurationElements.map((element) => (
+
+ ))}
+
+
+
+
+
+ }
+ >
+ {configurationElements.map((element) => {
+ const { configuration_id, configuration_label, icon } = element;
+ return {
+ tabConfig: {
+ label: configuration_label,
+ value: configuration_id,
+ icon: icon,
+ component: Link,
+ to: getRoutePath(configuration_id),
+ },
+ };
+ })}
+
+
-