mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
refactor: refresh webui
This commit is contained in:
parent
59d59dd3ed
commit
4c7e037b76
138 changed files with 2232 additions and 1071 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import Icon, { ArrowDownOutlined, ArrowUpOutlined, DatabaseOutlined, LineChartOutlined } from '@ant-design/icons-vue'
|
||||
import cpu from '@/assets/svg/cpu.svg'
|
||||
import memory from '@/assets/svg/memory.svg'
|
||||
import cpu from '@/assets/svg/cpu.svg?component'
|
||||
import memory from '@/assets/svg/memory.svg?component'
|
||||
import { bytesToSize } from '@/lib/helper'
|
||||
import UsageProgressLine from '@/components/Chart/UsageProgressLine.vue'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue