mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
fix: add a link to explain the expression metric, add units in the continue profiling widget (#288)
This commit is contained in:
@@ -68,11 +68,17 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div>
|
||||
<div class="label">{{ t("count") }}</div>
|
||||
<el-input-number size="small" class="profile-input" :min="0" v-model="item.count" @change="changeParam" />
|
||||
<div class="flex-h">
|
||||
<el-input-number size="small" class="profile-input" :min="0" v-model="item.count" @change="changeParam" />
|
||||
<span class="ml-5">s</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="label">{{ t("period") }}</div>
|
||||
<el-input-number size="small" class="profile-input" :min="0" v-model="item.period" @change="changeParam" />
|
||||
<div class="flex-h">
|
||||
<el-input-number size="small" class="profile-input" :min="0" v-model="item.period" @change="changeParam" />
|
||||
<span class="ml-5">s</span>
|
||||
</div>
|
||||
</div>
|
||||
<div v-show="TYPES.includes(item.type)">
|
||||
<div class="label">{{ t("uriRegex") }}</div>
|
||||
|
@@ -107,8 +107,8 @@ limitations under the License. -->
|
||||
@change="addLabels('excludingKeywordsOfContent')"
|
||||
/>
|
||||
<el-tooltip :content="t('keywordsOfContentLogTips')">
|
||||
<span class="log-tips" v-show="!logStore.supportQueryLogsByKeywords">
|
||||
<Icon icon="help" class="mr-5" />
|
||||
<span v-show="!logStore.supportQueryLogsByKeywords">
|
||||
<Icon iconName="help" class="mr-5" />
|
||||
</span>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user