ui: Update dependencies.

This commit is contained in:
Orne Brocaar 2023-11-23 15:33:33 +00:00
parent 20ab51052d
commit 1b0deedb64
3 changed files with 1487 additions and 1355 deletions

View File

@ -71,7 +71,7 @@ function GatewaysMap() {
}
markers.push(
<Marker position={pos} faIcon="wifi" color={color}>
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
<Popup>
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
<br />

View File

@ -70,7 +70,7 @@ function GatewaysMap(props: GatewaysMapProps) {
}
markers.push(
<Marker position={pos} faIcon="wifi" color={color}>
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
<Popup>
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
<br />

File diff suppressed because it is too large Load Diff