Paul Banks 52d7283cd6
UI metrics provider dc (#9001)
* Plumb Datacenter and Namespace to metrics provider in preparation for them being usable.

* Move metrics loader/status to a new component and show reason for being disabled.

* Remove stray console.log

* Rebuild AssetFS to resolve conflicts

* Yarn upgrade

* mend
2020-10-26 19:48:23 +00:00

18 lines
382 B
SCSS

.topology-metrics-error,
.topology-metrics-loader {
font-weight: normal;
font-size: 0.875rem;
color: $gray-500;
text-align: center;
margin: 0 auto !important;
display: block;
span::before {
@extend %with-info-circle-outline-mask, %as-pseudo;
background-color: $gray-500;
}
}
span.topology-metrics-loader::after {
@extend %with-loading-icon, %as-pseudo;
}