mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
update title
This commit is contained in:
parent
114d906834
commit
09e0a787e1
@ -33,6 +33,7 @@ limitations under the License. -->
|
|||||||
:destroy-on-close="true"
|
:destroy-on-close="true"
|
||||||
:before-close="() => (showTrace = false)"
|
:before-close="() => (showTrace = false)"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
|
title="The Related Traces"
|
||||||
>
|
>
|
||||||
<Trace :data="traceOptions" />
|
<Trace :data="traceOptions" />
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
@ -159,6 +160,7 @@ function updateOptions() {
|
|||||||
if (!props.filters) {
|
if (!props.filters) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.log(props.filters);
|
||||||
if (props.filters.isRange) {
|
if (props.filters.isRange) {
|
||||||
const { eventAssociate } = associateProcessor(props);
|
const { eventAssociate } = associateProcessor(props);
|
||||||
const options = eventAssociate();
|
const options = eventAssociate();
|
||||||
|
@ -159,6 +159,8 @@ pre {
|
|||||||
|
|
||||||
.el-drawer__header {
|
.el-drawer__header {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
padding-left: 10px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-drawer__body {
|
.el-drawer__body {
|
||||||
|
@ -58,6 +58,7 @@ limitations under the License. -->
|
|||||||
:destroy-on-close="true"
|
:destroy-on-close="true"
|
||||||
:before-close="() => (showTrace = false)"
|
:before-close="() => (showTrace = false)"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
|
title="The Related Traces"
|
||||||
>
|
>
|
||||||
<Trace :data="traceOptions" />
|
<Trace :data="traceOptions" />
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
Loading…
Reference in New Issue
Block a user