mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
a0240e3794
* Update catalog and ui endpoints to show APIGateway in gateway service topology view * Added initial implementation for service view * updated ui * Fix topology view for gateways * Adding tests for gw controller * remove unused args * Undo formatting changes * Fix call sites for upstream/downstream gw changes * Add config entry tests * Fix function calls again * Move from ServiceKey to ServiceName, cleanup from PR review * Add additional check for length of services in bound apigateway for IsSame comparison * fix formatting for proto * gofmt * Add DeepCopy for retrieved BoundAPIGateway * gofmt * gofmt * Rename function to be more consistent
39 lines
732 B
CSS
39 lines
732 B
CSS
dialog {
|
|
position: absolute;
|
|
left: 0; right: 0;
|
|
width: -moz-fit-content;
|
|
width: -webkit-fit-content;
|
|
width: fit-content;
|
|
height: -moz-fit-content;
|
|
height: -webkit-fit-content;
|
|
height: fit-content;
|
|
margin: auto;
|
|
border: solid;
|
|
padding: 1em;
|
|
background: white;
|
|
color: black;
|
|
display: block;
|
|
}
|
|
|
|
dialog:not([open]) {
|
|
display: none;
|
|
}
|
|
|
|
dialog + .backdrop {
|
|
position: fixed;
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
background: rgba(0,0,0,0.1);
|
|
}
|
|
|
|
._dialog_overlay {
|
|
position: fixed;
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
}
|
|
|
|
dialog.fixed {
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
}
|
|
|
|
/*# sourceMappingURL=chunk.744.60c31f269c98ac39ce46.css-a42bd71a0a3384cc22270ac338164b86.map*/ |