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 {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
border-left: 0;
|
||||
@ -87,11 +88,11 @@ limitations under the License. -->
|
||||
border-bottom: 1px solid rgb(0 0 0 / 10%);
|
||||
|
||||
.traceId {
|
||||
width: 260px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 1000px;
|
||||
width: 1300px;
|
||||
}
|
||||
|
||||
.tags {
|
||||
|
@ -27,9 +27,7 @@ limitations under the License. -->
|
||||
<span v-else-if="item.label === 'tags'">
|
||||
{{ level }}
|
||||
</span>
|
||||
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'">
|
||||
{{ data[item.label] }}
|
||||
</span>
|
||||
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'"> trace </span>
|
||||
<span v-else>{{ data[item.label] }}</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -88,7 +86,6 @@ limitations under the License. -->
|
||||
min-height: 30px;
|
||||
|
||||
.traceId {
|
||||
width: 260px;
|
||||
cursor: pointer;
|
||||
|
||||
span {
|
||||
@ -106,7 +103,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 1000px;
|
||||
width: 1300px;
|
||||
}
|
||||
|
||||
.serviceName {
|
||||
|
@ -20,10 +20,6 @@ export const ServiceLogConstants = [
|
||||
label: "content",
|
||||
value: "content",
|
||||
},
|
||||
{
|
||||
label: "serviceName",
|
||||
value: "service",
|
||||
},
|
||||
{
|
||||
label: "tags",
|
||||
value: "level",
|
||||
|
Loading…
Reference in New Issue
Block a user