Expected Behavior
Properly render the web-ui on a browser without internet connectivity. (same as a deployment in an internet connected deployment).
When I deploy the dashboard in an intranet (no internet connectivity), I expect the web-ui to have no external decencies like fonts.googleapis.com
Actual Behavior
There is a dependency on fonts.googleapis.com resources and the UI does not render properly
Steps to Reproduce the Problem
Just block internet connectivity beyond your backend servers.
See https://github.com/dapr/dashboard/blob/master/web/src/index.html ,
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
There was a PR that never made it ( #159 )
Expected Behavior
Properly render the web-ui on a browser without internet connectivity. (same as a deployment in an internet connected deployment).
When I deploy the dashboard in an intranet (no internet connectivity), I expect the web-ui to have no external decencies like fonts.googleapis.com
Actual Behavior
There is a dependency on fonts.googleapis.com resources and the UI does not render properly
Steps to Reproduce the Problem
Just block internet connectivity beyond your backend servers.
See https://github.com/dapr/dashboard/blob/master/web/src/index.html ,
dashboard/web/src/index.html
Line 11 in 02de4e0
There was a PR that never made it ( #159 )