Inform user to clear browser cache after successfull installation (#40)

This commit is contained in:
Meliox 2024-05-25 09:35:16 +02:00 committed by GitHub
parent 4f877bbe9e
commit 9198ffe6cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)