mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02: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 * as d3 from "d3-force-3d";
|
||||
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 environmentIcon = new Path2D(mdiConsoleNetwork);
|
||||
const limitIcon = new Path2D(mdiAlertCircle);
|
||||
const limitIcon = new Path2D(mdiAlertOctagram);
|
||||
const shareIcon = new Path2D(mdiShareVariant);
|
||||
|
||||
const Network = (props) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user