mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 18:27:35 +00:00
update
This commit is contained in:
parent
73e25dcea6
commit
99767833c8
@ -53,10 +53,10 @@ limitations under the License. -->
|
|||||||
<el-switch
|
<el-switch
|
||||||
v-model="coldStage"
|
v-model="coldStage"
|
||||||
inline-prompt
|
inline-prompt
|
||||||
active-text="Set data to warm"
|
active-text="Set data to default"
|
||||||
inactive-text="Set data to cold"
|
inactive-text="Set data to cold"
|
||||||
@change="changeDataMode"
|
@change="changeDataMode"
|
||||||
width="120px"
|
width="130px"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span class="ml-5" ref="themeSwitchRef">
|
<span class="ml-5" ref="themeSwitchRef">
|
||||||
|
@ -114,6 +114,7 @@ limitations under the License. -->
|
|||||||
durationRow.value = timeFormat(val);
|
durationRow.value = timeFormat(val);
|
||||||
setDurationRow(durationRow.value);
|
setDurationRow(durationRow.value);
|
||||||
duration.value = getDurationTime();
|
duration.value = getDurationTime();
|
||||||
|
refreshAlarms({ pageNum: 1 });
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeEntity(param: { value: string }[]) {
|
function changeEntity(param: { value: string }[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user