File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
frontend/src/views/dashboard Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https
7676- 在线编辑 Nginx 配置文件,编辑器支持 Nginx 配置语法高亮
7777- 使用 Go 和 Vue 开发,发行版本为单个可执行的二进制文件
7878- 前端支持暗夜模式
79+ - 保存配置文件后自动测试配置文件并重载 Nginx
7980
8081### 国际化
8182
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https
7878- 線上編輯 Nginx 配置檔案,編輯器支援 Nginx 配置語法高亮
7979- 使用 Go 和 Vue 開發,發行版本為單個可執行的二進位制檔案
8080- 前端支援暗夜模式
81+ - 保存配置文件後自動測試配置文件並重載 Nginx
8182
8283### 國際化
8384
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
7474- Online editing websites configuration files, the editor support highlight nginx configuration syntax.
7575- Written in Go and Vue, distribution is a single executable binary.
7676- Frontend support Dark Mode
77+ - Automatically test configuration file and reload nginx after saving configuration.
7778
7879### Internationalization
7980
Original file line number Diff line number Diff line change 11<template >
22 <div >
33 <a-row :gutter =" [16,16]" class =" first-row" >
4- <a-col :xl =" 6 " :lg =" 24" :md =" 24" >
4+ <a-col :xl =" 7 " :lg =" 24" :md =" 24" >
55 <a-card :title =" $gettext('Server Info')" >
66 <p >
77 <translate >Uptime:</translate >
2525 </p >
2626 </a-card >
2727 </a-col >
28- <a-col :xl =" 12 " :lg =" 18" :md =" 24" class =" chart_dashboard" >
28+ <a-col :xl =" 10 " :lg =" 18" :md =" 24" class =" chart_dashboard" >
2929 <a-card >
3030 <a-row >
3131 <a-col :xs =" 24" :sm =" 24" :md =" 8" >
4444 </a-row >
4545 </a-card >
4646 </a-col >
47- <a-col :xl =" 6 " :lg =" 6" :sm =" 24" class =" chart_dashboard" >
47+ <a-col :xl =" 7 " :lg =" 6" :sm =" 24" class =" chart_dashboard" >
4848 <a-card >
4949 <a-row :gutter =" 16" >
5050 <a-col :span =" 24" >
6060 </a-col >
6161 </a-row >
6262 <a-row class =" row-two" :gutter =" [16,32]" >
63- <a-col :xl =" 7 " :lg =" 24" :md =" 24" :sm =" 24" >
63+ <a-col :xl =" 8 " :lg =" 24" :md =" 24" :sm =" 24" >
6464 <a-card :title =" $gettext('CPU Status')" >
6565 <a-statistic :value =" cpu" title =" CPU" >
6666 <template v-slot :suffix >
7070 <c-p-u-chart :series =" cpu_analytic_series" />
7171 </a-card >
7272 </a-col >
73- <a-col :xl =" 10 " :lg =" 12" :md =" 24" :sm =" 24" >
73+ <a-col :xl =" 8 " :lg =" 12" :md =" 24" :sm =" 24" >
7474 <a-card :title =" $gettext('Network')" >
7575 <a-row :gutter =" 16" >
7676 <a-col :span =" 12" >
9292 <net-chart :series =" net_analytic" />
9393 </a-card >
9494 </a-col >
95- <a-col :xl =" 7 " :lg =" 12" :md =" 24" :sm =" 24" >
95+ <a-col :xl =" 8 " :lg =" 12" :md =" 24" :sm =" 24" >
9696 <a-card :title =" $gettext('Disk IO')" >
9797 <a-row :gutter =" 16" >
9898 <a-col :span =" 12" >
You can’t perform that action at this time.
0 commit comments