Inform user to clear browser cache after successfull installation (#40)
This commit is contained in:
parent
4f877bbe9e
commit
9198ffe6cd
@ -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
|
||||
@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user