mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Provide the earth.jpg from local codebase instead from cdn
This commit is contained in:
BIN
pkg/web/static/images/earth.jpg
Normal file
BIN
pkg/web/static/images/earth.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 698 KiB |
@@ -152,7 +152,7 @@ function renderInsightsGlobe() {
|
||||
.showAtmosphere(true)
|
||||
.atmosphereColor('#3b82f6')
|
||||
.atmosphereAltitude(0.15)
|
||||
.globeImageUrl('//unpkg.com/three-globe/example/img/earth-night.jpg')
|
||||
.globeImageUrl('/static/images/earth.jpg?v={{.version}}')
|
||||
.pointsData(points)
|
||||
.pointLat('lat')
|
||||
.pointLng('lng')
|
||||
|
||||
Reference in New Issue
Block a user