mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-12 22:27:09 +08:00
v0.6.0
This commit is contained in:
@@ -63,7 +63,7 @@ block content
|
||||
.progress.multi-progress
|
||||
.progress-bar.progress-bar-warning(role='progressbar', style='width: #{storage.used_per}%;')
|
||||
span(title= '#{storage.used}G') #{storage.used_per}%
|
||||
.progress-bar.blank(role='progressbar', style='width: #{memory.free_per}%;')
|
||||
.progress-bar.blank(role='progressbar', style='width: #{storage.free_per}%;')
|
||||
span(title= '#{storage.free}G') #{storage.free_per}%
|
||||
|
||||
.row
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rootpanel",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "A linux virtual host management system with extensibility",
|
||||
"homepage": "http://rpvhost.net",
|
||||
"license": "GPL-3.0",
|
||||
|
||||
Reference in New Issue
Block a user