mirror of
https://github.com/openziti/zrok.git
synced 2025-01-24 14:59:08 +01:00
more alerty (#320)
This commit is contained in:
parent
1aaba521c7
commit
9893f3f874
@ -3,11 +3,11 @@ import {useEffect, useRef} from "react";
|
|||||||
import {ForceGraph2D} from "react-force-graph";
|
import {ForceGraph2D} from "react-force-graph";
|
||||||
import * as d3 from "d3-force-3d";
|
import * as d3 from "d3-force-3d";
|
||||||
import {roundRect} from "./draw";
|
import {roundRect} from "./draw";
|
||||||
import {mdiShareVariant, mdiConsoleNetwork, mdiAccountBox, mdiAlertCircle} from "@mdi/js";
|
import {mdiShareVariant, mdiConsoleNetwork, mdiAccountBox, mdiAlertOctagram} from "@mdi/js";
|
||||||
|
|
||||||
const accountIcon = new Path2D(mdiAccountBox);
|
const accountIcon = new Path2D(mdiAccountBox);
|
||||||
const environmentIcon = new Path2D(mdiConsoleNetwork);
|
const environmentIcon = new Path2D(mdiConsoleNetwork);
|
||||||
const limitIcon = new Path2D(mdiAlertCircle);
|
const limitIcon = new Path2D(mdiAlertOctagram);
|
||||||
const shareIcon = new Path2D(mdiShareVariant);
|
const shareIcon = new Path2D(mdiShareVariant);
|
||||||
|
|
||||||
const Network = (props) => {
|
const Network = (props) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user