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