Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Dashboard needs internet connectivity #289

Description

@dealboy

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions