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

Fix cluster overview loading background (#4157)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-10-28 14:34:58 +03:00 committed by GitHub
parent 51c367fae5
commit 50d9b9b467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
);