mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:44:02 +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",
|
uriRegex: "URI Regex",
|
||||||
uriList: "URI List",
|
uriList: "URI List",
|
||||||
processes: "Processes",
|
processes: "Processes",
|
||||||
monitorInstances: "Monitor Instances",
|
monitorInstances: "Monitoring Instances",
|
||||||
processDashboards: "Process Dashboards",
|
processDashboards: "Process Dashboards",
|
||||||
instanceDashboards: "Instance Dashboards",
|
instanceDashboards: "Instance Dashboards",
|
||||||
detailLabel: "Detail Label",
|
detailLabel: "Detail Label",
|
||||||
|
@ -56,7 +56,7 @@ limitations under the License. -->
|
|||||||
<div>
|
<div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
<span class="mr-5">{{ t("threshold") }}</span>
|
<span class="mr-5">{{ t("threshold") }}</span>
|
||||||
<span>({{ getNotice(item.type) }} )</span>
|
<span>{{ getNotice(item.type) }}</span>
|
||||||
</div>
|
</div>
|
||||||
<el-input
|
<el-input
|
||||||
type="number"
|
type="number"
|
||||||
@ -202,7 +202,7 @@ limitations under the License. -->
|
|||||||
HTTP_AVG_RESPONSE_TIME: "It is a response time in milliseconds",
|
HTTP_AVG_RESPONSE_TIME: "It is a response time in milliseconds",
|
||||||
};
|
};
|
||||||
|
|
||||||
return map[type];
|
return map[type] ? `(${map[type]})` : "";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
Reference in New Issue
Block a user