From c96323b4e2569f1420d87defadb3def0f869e0b4 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Sun, 26 May 2019 20:24:43 +0200 Subject: [PATCH] Create changes.md --- serverside/jsmod/changes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 serverside/jsmod/changes.md diff --git a/serverside/jsmod/changes.md b/serverside/jsmod/changes.md new file mode 100644 index 0000000..66403b2 --- /dev/null +++ b/serverside/jsmod/changes.md @@ -0,0 +1,18 @@ +# 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`)