+ {info.formatter === 'bool' && (
+
+
+ {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'}
+
+ )}
+ {info.formatter === 'reverseBool' && (
+
+
+ {graphrequest.data.Data[0][info.value] ? 'No' : 'Yes'}
+
+ )}
+ {info.formatter === 'warnBool' && (
+
+
+ {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'}
+
+ )}
- {info.formatter === 'table' && (
- <>
-
- >
- )}
+ {info.formatter === 'table' && (
+ <>
+
+ >
+ )}
- {info.formatter === 'number' && (
-
- {getNestedValue(graphrequest.data.Data[0], info.value)}
-
- )}
-
-