1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix cluster overview loading background

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-10-28 09:38:33 +03:00
parent 74abf474d7
commit 06c40f1ec6

View File

@ -229,7 +229,7 @@ export const ClusterPieCharts = observer(() => {
if (!metricsLoaded) {
return (
<div className="flex justify-center align-center box grow empty">
<div className={cssNames(styles.empty, "flex justify-center align-center box grow")}>
<Spinner/>
</div>
);