You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.2 KiB

# Changes
Here you will find exactly what I have modified from the original Proxmox files
## 5-4.3
* **pvemanager.js**
Dark color for node summary background to dark (`line 17026`)
Dark color for background of the TFA QR Code (`line 34513`)
Dark color for the S.M.A.R.T disk report (`line 15744`)
Dark color for the system report in subscription tab (`line 17210`)
* **charts.js**
Dark chart background color (`line 8874`)
White chart label color (`+line 8888`)
White chart title color (`+line 8895`)
Light dark color for the chart grid (`line 8901`)
White gauge text (`line 8935`)
* **proxmoxlib.js**
Blurple color for gauge filled meter (`line 4462`)
Dark color for gauge meter background (`line 4463`)
5 years ago
## 6.0-4
* **pvemanagerlib.js**
`background-color` to `#23272a` for node summary background (`line 18019`)
`background-color` to `#23272a` for TFA QR code background (`line 35826`)
`background-color` to `#23272a` for S.M.A.R.T disk report (`line 16729`)
`background-color` to `#23272a` for system report (`line 18203`)
* **charts.js**
Remains roughly the same as 5-4.3
* **proxmoxlib.js**
`defaultColor` to `#7289DA` (`line 5084`)
`backgroundColor` to `#2C2F33` (`line 5085`)