Merge pull request #2049 from mantis-toboggan-md/istio

update jaeger link, link-container disabled style
This commit is contained in:
Vincent Fiduccia 2020-12-11 16:21:59 -07:00 committed by GitHub
commit 84af67f761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 7 deletions

View File

@ -16,10 +16,18 @@
a[disabled], &.disabled {
cursor: not-allowed;
background-color: var(---disabled-bg);
color: var(--disabled-text);
}
&:hover {
&.disabled{
background-color: var(--disabled-bg);
border-left: solid 10px var(--disabled-text);
> * {
opacity: .3;
}
}
&:hover:not(.disabled) {
box-shadow: 0px 0px 1px var(--outline-width) var(--outline);
}
@ -37,9 +45,6 @@
.link-logo {
text-align: center;
// position: absolute;
// left: 25px;
// top: 25px;
width: 60px;
height: 60px;
border-radius: calc(2 * var(--border-radius));

View File

@ -59,7 +59,7 @@
--nav-bg: #{$darkest};
--nav-active: #{rgba($primary, 0.3)};
--disabled-bg: #{$disabled};
--disabled-bg: #{darken($disabled, 10%)};
--disabled-text: #{$secondary};
--box-bg: #{$darkest};
--subtle-border: #{$darkest};

View File

@ -38,7 +38,7 @@ export default {
},
jaegerUrl() {
return this.jaegerService ? this.jaegerService.proxyUrl('http', '16686') : null;
return this.jaegerService ? `${ this.jaegerService.proxyUrl('http', '16686') }/jaeger/search` : null;
},
monitoringUrl() {