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
|
restart_proxy
|
||||||
|
|
||||||
msg "Installation completed"
|
msg "Installation completed"
|
||||||
|
|
||||||
|
msg "Clear the browser cache to ensure all changes are visualized."
|
||||||
else
|
else
|
||||||
warn "Sensor display items already added to the summary panel in \"$pvemanagerlibjs\"."
|
warn "Sensor display items already added to the summary panel in \"$pvemanagerlibjs\"."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -22,8 +22,10 @@ For HDDs/SSDs readings to work, the kernel module *drivetemp* must be installed.
|
|||||||
```
|
```
|
||||||
apt-get install lm-sensors
|
apt-get install lm-sensors
|
||||||
wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-sensors.sh
|
wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-sensors.sh
|
||||||
|
bash pve-mod-gui-sensors.sh
|
||||||
```
|
```
|
||||||
Or use git clone.
|
Or use git clone.
|
||||||
|
Then clear the browser cache to ensure all changes are visualized.
|
||||||
|
|
||||||

|

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