From 9198ffe6cd0871c7750f6468c7f56a8ec5fd8518 Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Sat, 25 May 2024 09:35:16 +0200 Subject: [PATCH] Inform user to clear browser cache after successfull installation (#40) --- pve-mod-gui-sensors.sh | 4 +++- readme.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 153e15a..19eca23 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -669,6 +669,8 @@ Ext.define('PVE.mod.TempHelper', {\n\ restart_proxy msg "Installation completed" + + msg "Clear the browser cache to ensure all changes are visualized." else warn "Sensor display items already added to the summary panel in \"$pvemanagerlibjs\"." fi @@ -735,4 +737,4 @@ done # If no arguments were provided or all arguments have been processed, print the usage message if [[ $executed -eq 0 ]]; then usage -fi +fi \ No newline at end of file diff --git a/readme.md b/readme.md index bd2614a..da77c5d 100644 --- a/readme.md +++ b/readme.md @@ -22,8 +22,10 @@ For HDDs/SSDs readings to work, the kernel module *drivetemp* must be installed. ``` apt-get install lm-sensors wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-sensors.sh +bash pve-mod-gui-sensors.sh ``` Or use git clone. +Then clear the browser cache to ensure all changes are visualized. ![Promxox temp mod](https://github.com/Meliox/PVE-mods/blob/main/pve-mod-sensors.png?raw=true)