FreeTAKTeam / UI

FreeTAKServer Web User Interface project
MIT License
30 stars 29 forks source link

Internet access required for UI #11

Closed untildo closed 2 years ago

untildo commented 3 years ago

When connecting to the UI the browser reaches out to multiple domains. If you have no internet connection (likely scenario) then these calls will hang then fail rendering the UI unworkable in this scenario.

The domains are:

https://cdn.jsdelivr.net/npm/apexcharts https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800 https://use.fontawesome.com/releases/v5.0.6/css/all.css https://cdn.socket.io/socket.io-1.4.5.js

Cale-Torino commented 3 years ago

Perhaps All those files will be included in the next release for offline calling? Or you can add them and submit a pull request.

Cale-Torino commented 3 years ago

Looks like it was done here: https://github.com/FreeTAKTeam/UI/pull/13

brothercorvo commented 2 years ago

Closed