diff --git a/src/apps/console/components/charts/charts-client.tsx b/src/apps/console/components/charts/charts-client.tsx index 3c8666603..1d4844001 100644 --- a/src/apps/console/components/charts/charts-client.tsx +++ b/src/apps/console/components/charts/charts-client.tsx @@ -18,7 +18,7 @@ const Chart = ( className?: string; } ) => { - const { height, width, className, title } = props; + const { height, width, className, title, disabled } = props; return (
+ {disabled && ( +
+ Not Available +
+ )} +
diff --git a/src/apps/console/components/logger.tsx b/src/apps/console/components/logger.tsx index e695c99ba..a7b7c1aa9 100644 --- a/src/apps/console/components/logger.tsx +++ b/src/apps/console/components/logger.tsx @@ -845,11 +845,41 @@ const LogComp = ({ }} > {subscribed && logs.length === 0 && ( -
-
- Connected to logs stream, and waiting for the logs to be generated. + +
+
+
+
Logs
+ +
+
+
+ +
+
+ + + +
+ + 00 matches + +
+
+
+
+
+ No logs produced in the last 3 hours. +
+
+
-
+ )} {!subscribed && logs.length === 0 && }