NEZ-3302 fix:alert message 页面增加 自动刷新按钮
This commit is contained in:
@@ -746,3 +746,23 @@ i.nz-icon-override{
|
|||||||
input::placeholder{
|
input::placeholder{
|
||||||
text-transform:capitalize;
|
text-transform:capitalize;
|
||||||
}
|
}
|
||||||
|
.vue-tags-input {
|
||||||
|
.ti-tag.ti-valid {
|
||||||
|
max-width: 100%;
|
||||||
|
.ti-content {
|
||||||
|
max-width: 90%;
|
||||||
|
flex-shrink: 0;
|
||||||
|
.ti-tag-center {
|
||||||
|
max-width: 100%;
|
||||||
|
flex-shrink: 0;
|
||||||
|
> span {
|
||||||
|
max-width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -363,11 +363,15 @@ export const chart = {
|
|||||||
|
|
||||||
export const intervalList = [
|
export const intervalList = [
|
||||||
{ value: 0, label: i18n.t('dashboard.dashboard.chartForm.lockList.off') },
|
{ value: 0, label: i18n.t('dashboard.dashboard.chartForm.lockList.off') },
|
||||||
|
{ value: 5, label: '5s' },
|
||||||
|
{ value: 10, label: '10s' },
|
||||||
{ value: 30, label: '30s' },
|
{ value: 30, label: '30s' },
|
||||||
{ value: 60, label: '1m' },
|
{ value: 60, label: '1m' },
|
||||||
{ value: 300, label: '5m' },
|
{ value: 300, label: '5m' },
|
||||||
{ value: 900, label: '15m' },
|
{ value: 900, label: '15m' },
|
||||||
{ value: 1800, label: '30m' }
|
{ value: 1800, label: '30m' },
|
||||||
|
{ value: 3600, label: '1h' },
|
||||||
|
{ value: 7200, label: '2h' }
|
||||||
]
|
]
|
||||||
|
|
||||||
export const setting = {
|
export const setting = {
|
||||||
|
|||||||
@@ -181,7 +181,6 @@
|
|||||||
>
|
>
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="tag"
|
v-model="tag"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="chartConfig.param.tags"
|
:tags="chartConfig.param.tags"
|
||||||
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
||||||
|
|||||||
@@ -188,7 +188,6 @@
|
|||||||
>
|
>
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="tag"
|
v-model="tag"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="chartConfig.param.tags"
|
:tags="chartConfig.param.tags"
|
||||||
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
||||||
|
|||||||
@@ -208,7 +208,6 @@
|
|||||||
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.tags"
|
v-model="item.tags"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="item.value"
|
:tags="item.value"
|
||||||
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
||||||
@@ -268,7 +267,6 @@
|
|||||||
]">
|
]">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.tags"
|
v-model="item.tags"
|
||||||
:maxlength="32"
|
|
||||||
ref="relabelTag"
|
ref="relabelTag"
|
||||||
tabindex="9999"
|
tabindex="9999"
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
@@ -439,7 +437,6 @@
|
|||||||
>
|
>
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.namespaces.tags"
|
v-model="item.namespaces.tags"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="item.namespaces.names"
|
:tags="item.namespaces.names"
|
||||||
@tags-changed="(newTags)=>{logsTagsChange(newTags,item)}"
|
@tags-changed="(newTags)=>{logsTagsChange(newTags,item)}"
|
||||||
@@ -471,7 +468,6 @@
|
|||||||
]">
|
]">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="subItem.tags"
|
v-model="subItem.tags"
|
||||||
:maxlength="32"
|
|
||||||
:ref="'logsRelabelTag'+index+subIndex"
|
:ref="'logsRelabelTag'+index+subIndex"
|
||||||
tabindex="9999"
|
tabindex="9999"
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
|
|||||||
@@ -187,7 +187,6 @@
|
|||||||
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.tags"
|
v-model="item.tags"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="item.value"
|
:tags="item.value"
|
||||||
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
||||||
@@ -247,7 +246,6 @@
|
|||||||
]">
|
]">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.tags"
|
v-model="item.tags"
|
||||||
:maxlength="32"
|
|
||||||
ref="relabelTag"
|
ref="relabelTag"
|
||||||
tabindex="9999"
|
tabindex="9999"
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
@@ -420,7 +418,6 @@
|
|||||||
>
|
>
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.namespaces.tags"
|
v-model="item.namespaces.tags"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="item.namespaces.names"
|
:tags="item.namespaces.names"
|
||||||
@tags-changed="(newTags)=>{logsTagsChange(newTags,item)}"
|
@tags-changed="(newTags)=>{logsTagsChange(newTags,item)}"
|
||||||
@@ -472,7 +469,6 @@
|
|||||||
]">
|
]">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="subItem.tags"
|
v-model="subItem.tags"
|
||||||
:maxlength="32"
|
|
||||||
:ref="'logsRelabelTag'+index+subIndex"
|
:ref="'logsRelabelTag'+index+subIndex"
|
||||||
tabindex="9999"
|
tabindex="9999"
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
<el-form-item :prop="'paramObj.' + index + '.value'" class="param-box-row-value">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="item.tags"
|
v-model="item.tags"
|
||||||
:maxlength="32"
|
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="item.value"
|
:tags="item.value"
|
||||||
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags, index)}"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<!-- <button id="asset-filter" :class="[dataListLayout.indexOf('clickSearch') > -1?'is-focus':'' ]" class="top-tool-btn margin-r-10" @click.stop="showClickSearch" :title="$t('dashboard.dashboard.chartForm.filter')">-->
|
<!-- <button id="asset-filter" :class="[dataListLayout.indexOf('clickSearch') > -1?'is-focus':'' ]" class="top-tool-btn margin-r-10" @click.stop="showClickSearch" :title="$t('dashboard.dashboard.chartForm.filter')">-->
|
||||||
<!-- <i class="nz-icon nz-icon-funnel"></i>-->
|
<!-- <i class="nz-icon nz-icon-funnel"></i>-->
|
||||||
<!-- </button>-->
|
<!-- </button>-->
|
||||||
<pick-time ref="pickTime" v-model="searchTime" sign="message" :default-pick="defaultPick" :refresh-data-func="dateChange" :show-empty="true" :use-chart-unit="false" :use-refresh="false"></pick-time>
|
<pick-time ref="pickTime" v-model="searchTime" sign="message" :default-pick="defaultPick" :refresh-data-func="dateChange" :show-empty="true" :use-chart-unit="false" :use-refresh="true"></pick-time>
|
||||||
<button id="roles-add" v-has="'alertMessage_view'" :title="$t('overall.exportExcel')" class="top-tool-btn margin-r-10" type="button" @click="showExportDialog">
|
<button id="roles-add" v-has="'alertMessage_view'" :title="$t('overall.exportExcel')" class="top-tool-btn margin-r-10" type="button" @click="showExportDialog">
|
||||||
<i class="nz-icon-download1 nz-icon"></i>
|
<i class="nz-icon-download1 nz-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
<el-form-item :label="$t('config.system.monitor.interface_name')" prop="interface_name">
|
<el-form-item :label="$t('config.system.monitor.interface_name')" prop="interface_name">
|
||||||
<vue-tags-input
|
<vue-tags-input
|
||||||
v-model="tag"
|
v-model="tag"
|
||||||
:maxlength="32"
|
|
||||||
:class="monitor.interface_name.length !== 0 ? 'interface-name' : ''"
|
:class="monitor.interface_name.length !== 0 ? 'interface-name' : ''"
|
||||||
:placeholder="$t('tagsInput.placeholder')"
|
:placeholder="$t('tagsInput.placeholder')"
|
||||||
:tags="monitor.interface_name"
|
:tags="monitor.interface_name"
|
||||||
|
|||||||
Reference in New Issue
Block a user