mirror of
https://github.com/henrygd/beszel.git
synced 2025-10-30 10:07:02 +00:00
rename favicon to break cache
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="manifest" href="./static/manifest.json" />
|
||||
<link rel="icon" type="image/svg+xml" href="./static/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="./static/icon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<title>Beszel</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -48,7 +48,6 @@ const App = memo(() => {
|
||||
// subscribe to new alert updates
|
||||
.then(alertManager.subscribe)
|
||||
return () => {
|
||||
// updateFavicon("favicon.svg")
|
||||
alertManager.unsubscribe()
|
||||
systemsManager.unsubscribe()
|
||||
}
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
## 0.13.2
|
||||
|
||||
- Add ability to set custom name for extra filesystems. (#379)
|
||||
|
||||
- Improve WebSocket agent reconnection after network interruptions. (#1263)
|
||||
|
||||
- Allow more latency in one minute charts before visually disconnecting points. (#1247)
|
||||
|
||||
- Update favicon and add add down systems count in bubble.
|
||||
|
||||
## 0.13.1
|
||||
|
||||
- Fix one minute charts on systems without Docker. (#1237)
|
||||
|
||||
Reference in New Issue
Block a user