Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed May 31, 2022
1 parent 221da14 commit 25dea1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 本项目为原项目[哪吒探针](https://github.com/naiba/nezha)的精简修改自用版
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/xOS/ServerStatus/Dashboard%20image?label=管理面板%20v0.1.18&logo=github&style=for-the-badge) ![Agent release](https://img.shields.io/github/v/release/xOS/ServerStatus?color=brightgreen&label=Agent&style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/xOS/ServerStatus/Agent%20release?label=Agent%20CI&logo=github&style=for-the-badge) ![shell](https://img.shields.io/badge/安装脚本-v0.1.9-brightgreen?style=for-the-badge&logo=linux)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/xOS/ServerStatus/Dashboard%20image?label=管理面板%20v0.1.19&logo=github&style=for-the-badge) ![Agent release](https://img.shields.io/github/v/release/xOS/ServerStatus?color=brightgreen&label=Agent&style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/xOS/ServerStatus/Agent%20release?label=Agent%20CI&logo=github&style=for-the-badge) ![shell](https://img.shields.io/badge/安装脚本-v0.1.9-brightgreen?style=for-the-badge&logo=linux)

## 注意:

Expand Down
2 changes: 1 addition & 1 deletion cmd/dashboard/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var funcMap = template.FuncMap{
},
"TransLeft": func(a, b uint64) string {
if a < b {
return "0KB"
return "0B"
}
return bytefmt.ByteSize(a - b)
},
Expand Down
2 changes: 1 addition & 1 deletion service/singleton/singleton.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/xos/serverstatus/pkg/utils"
)

var Version = "v0.1.18"
var Version = "v0.1.19"

var (
Conf *model.Config
Expand Down

0 comments on commit 25dea1a

Please sign in to comment.