diff --git a/app/static/index.html b/app/static/index.html index 0568624..5ccd49c 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -2720,7 +2720,6 @@ CPU Usage Memory Usage Last Updated - Actions @@ -2739,14 +2738,9 @@ ${workload.cpu_usage || 'N/A'} ${workload.memory_usage || 'N/A'} ${workload.last_updated ? new Date(workload.last_updated).toLocaleString() : 'N/A'} - - - Click to expand - - - +
@@ -3145,7 +3139,7 @@ height: containerHeight, theme: Victory.VictoryTheme.material, scale: { x: 'time' }, - padding: { top: 20, bottom: 50, left: 60, right: 20 }, + padding: { top: 20, bottom: 60, left: 80, right: 40 }, domainPadding: { x: 0, y: 0 }, style: { parent: { @@ -3240,7 +3234,7 @@ height: containerHeight, theme: Victory.VictoryTheme.material, scale: { x: 'time' }, - padding: { top: 20, bottom: 50, left: 60, right: 20 }, + padding: { top: 20, bottom: 60, left: 80, right: 40 }, domainPadding: { x: 0, y: 0 }, style: { parent: {