mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
feat: remove service
This commit is contained in:
parent
d58895d239
commit
1d9045f961
@ -80,6 +80,7 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
|
|
||||||
.log-header {
|
.log-header {
|
||||||
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
@ -87,11 +88,11 @@ limitations under the License. -->
|
|||||||
border-bottom: 1px solid rgb(0 0 0 / 10%);
|
border-bottom: 1px solid rgb(0 0 0 / 10%);
|
||||||
|
|
||||||
.traceId {
|
.traceId {
|
||||||
width: 260px;
|
width: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 1000px;
|
width: 1300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
|
@ -27,9 +27,7 @@ limitations under the License. -->
|
|||||||
<span v-else-if="item.label === 'tags'">
|
<span v-else-if="item.label === 'tags'">
|
||||||
{{ level }}
|
{{ level }}
|
||||||
</span>
|
</span>
|
||||||
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'">
|
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'"> trace </span>
|
||||||
{{ data[item.label] }}
|
|
||||||
</span>
|
|
||||||
<span v-else>{{ data[item.label] }}</span>
|
<span v-else>{{ data[item.label] }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -88,7 +86,6 @@ limitations under the License. -->
|
|||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
||||||
.traceId {
|
.traceId {
|
||||||
width: 260px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@ -106,7 +103,7 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 1000px;
|
width: 1300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serviceName {
|
.serviceName {
|
||||||
|
@ -20,10 +20,6 @@ export const ServiceLogConstants = [
|
|||||||
label: "content",
|
label: "content",
|
||||||
value: "content",
|
value: "content",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "serviceName",
|
|
||||||
value: "service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "tags",
|
label: "tags",
|
||||||
value: "level",
|
value: "level",
|
||||||
|
Loading…
Reference in New Issue
Block a user