mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 18:43:40 +00:00
fix: update the title of instance list and notices in the continue profiling (#289)
This commit is contained in:
parent
cc367dd29c
commit
63db3fbc2e
@ -399,7 +399,7 @@ const msg = {
|
||||
uriRegex: "URI Regex",
|
||||
uriList: "URI List",
|
||||
processes: "Processes",
|
||||
monitorInstances: "Monitor Instances",
|
||||
monitorInstances: "Monitoring Instances",
|
||||
processDashboards: "Process Dashboards",
|
||||
instanceDashboards: "Instance Dashboards",
|
||||
detailLabel: "Detail Label",
|
||||
|
@ -56,7 +56,7 @@ limitations under the License. -->
|
||||
<div>
|
||||
<div class="label">
|
||||
<span class="mr-5">{{ t("threshold") }}</span>
|
||||
<span>({{ getNotice(item.type) }} )</span>
|
||||
<span>{{ getNotice(item.type) }}</span>
|
||||
</div>
|
||||
<el-input
|
||||
type="number"
|
||||
@ -202,7 +202,7 @@ limitations under the License. -->
|
||||
HTTP_AVG_RESPONSE_TIME: "It is a response time in milliseconds",
|
||||
};
|
||||
|
||||
return map[type];
|
||||
return map[type] ? `(${map[type]})` : "";
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user