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)
10 lines
395 B
SCSS
10 lines
395 B
SCSS
/* TODO: need to standardize on the selectors used here */
|
|
/* I would guess at the time of writing this we shojuld prefer */
|
|
/* classes */
|
|
html.template-instance.template-show #addresses table tr,
|
|
html.template-instance.template-show #upstreams table tr,
|
|
html.template-instance.template-show #meta-data table tr,
|
|
html.template-instance.template-show table.exposedpaths tr {
|
|
cursor: default;
|
|
}
|