Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorDrahonn <26854619+Drahonn@users.noreply.github.com>2025-09-18 21:52:31 +0300
committerGitHub <noreply@github.com>2025-09-18 21:52:31 +0300
commit3757ae0b119c0efe4e6d38a37cea353fb82b0c27 (patch)
tree4d827bfcc24bc8b2fac1a9bd30803d91fec0e24d /web/html
parente3883fca8708867ef4b1e02aaed2803c58e41f57 (diff)
cpu history timeframe (#3509)
Diffstat (limited to 'web/html')
-rw-r--r--web/html/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/web/html/index.html b/web/html/index.html
index f2ca8472..84445fbf 100644
--- a/web/html/index.html
+++ b/web/html/index.html
@@ -431,12 +431,12 @@
CPU History
<a-select size="small" v-model="cpuHistoryModal.bucket" class="ml-10" style="width: 80px"
@change="fetchCpuHistoryBucket">
- <a-select-option :value="2">2s</a-select-option>
- <a-select-option :value="30">30s</a-select-option>
- <a-select-option :value="60">1m</a-select-option>
- <a-select-option :value="120">2m</a-select-option>
- <a-select-option :value="180">3m</a-select-option>
- <a-select-option :value="300">5m</a-select-option>
+ <a-select-option :value="2">2m</a-select-option>
+ <a-select-option :value="30">30m</a-select-option>
+ <a-select-option :value="60">1h</a-select-option>
+ <a-select-option :value="120">2h</a-select-option>
+ <a-select-option :value="180">3h</a-select-option>
+ <a-select-option :value="300">5h</a-select-option>
</a-select>
</template>
<div style="padding:16px">
@@ -1124,4 +1124,4 @@
},
});
</script>
-{{ template "page/body_end" .}} \ No newline at end of file
+{{ template "page/body_end" .}}