mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Add NoMetrics style module Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Add Open Cluster Settings link Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fine-tune NoMetrics layout Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Add test for clicking Open Settings link Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Add data-testid Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing tests Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Use navigateToEntitySettings instead of broadcastMessage Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix test selector Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
18 lines
358 B
SCSS
18 lines
358 B
SCSS
/**
|
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
*/
|
|
|
|
.ClusterNoMetrics {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
line-height: 1.7;
|
|
flex-grow: 1;
|
|
|
|
.link {
|
|
color: var(--blue);
|
|
cursor: pointer;
|
|
}
|
|
} |