mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-13 19:49:12 +00:00
cpu history timeframe (#3509)
This commit is contained in:
parent
e3883fca87
commit
3757ae0b11
1 changed files with 7 additions and 7 deletions
|
@ -431,12 +431,12 @@
|
||||||
CPU History
|
CPU History
|
||||||
<a-select size="small" v-model="cpuHistoryModal.bucket" class="ml-10" style="width: 80px"
|
<a-select size="small" v-model="cpuHistoryModal.bucket" class="ml-10" style="width: 80px"
|
||||||
@change="fetchCpuHistoryBucket">
|
@change="fetchCpuHistoryBucket">
|
||||||
<a-select-option :value="2">2s</a-select-option>
|
<a-select-option :value="2">2m</a-select-option>
|
||||||
<a-select-option :value="30">30s</a-select-option>
|
<a-select-option :value="30">30m</a-select-option>
|
||||||
<a-select-option :value="60">1m</a-select-option>
|
<a-select-option :value="60">1h</a-select-option>
|
||||||
<a-select-option :value="120">2m</a-select-option>
|
<a-select-option :value="120">2h</a-select-option>
|
||||||
<a-select-option :value="180">3m</a-select-option>
|
<a-select-option :value="180">3h</a-select-option>
|
||||||
<a-select-option :value="300">5m</a-select-option>
|
<a-select-option :value="300">5h</a-select-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
</template>
|
</template>
|
||||||
<div style="padding:16px">
|
<div style="padding:16px">
|
||||||
|
@ -1124,4 +1124,4 @@
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{{ template "page/body_end" .}}
|
{{ template "page/body_end" .}}
|
||||||
|
|
Loading…
Reference in a new issue