f52e1f607d
Adds visibility for `Expose.Checks` config setting for proxies. 1. Adds an 'Exposed Path' tab to the proxy detail page to show the user information on exposed paths. 2. If the users has exposed their healthchecks we also add this information to the Service detail page for this proxy (only for http2 and gRPC checks)
12 lines
257 B
SCSS
12 lines
257 B
SCSS
@import './healthcheck-output/index';
|
|
.healthcheck-output {
|
|
@extend %healthcheck-output;
|
|
}
|
|
%healthcheck-output em::before {
|
|
width: 250px;
|
|
/* TODO: All tooltips previously used */
|
|
/* nowrap, they shouldn't */
|
|
white-space: normal !important;
|
|
}
|
|
/**/
|