diff options
author | Anton Tananaev <anton@traccar.org> | 2023-03-26 06:54:28 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-03-26 06:54:28 -0700 |
commit | 4e733fb2d637300196665b377850e7fdbd5ce8eb (patch) | |
tree | cc74e994c0e2f92a467f7dc89e5051fcd28ca2b9 /modern/src/common/components | |
parent | e06c03ae5b4bac3a1fea26f1cdf67e510a2f873b (diff) | |
download | trackermap-web-4e733fb2d637300196665b377850e7fdbd5ce8eb.tar.gz trackermap-web-4e733fb2d637300196665b377850e7fdbd5ce8eb.tar.bz2 trackermap-web-4e733fb2d637300196665b377850e7fdbd5ce8eb.zip |
Implement group commands
Diffstat (limited to 'modern/src/common/components')
-rw-r--r-- | modern/src/common/components/StatusCard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/StatusCard.js b/modern/src/common/components/StatusCard.js index 67d630e6..097b483a 100644 --- a/modern/src/common/components/StatusCard.js +++ b/modern/src/common/components/StatusCard.js @@ -238,7 +238,7 @@ const StatusCard = ({ deviceId, position, onClose, disableActions, desktopPaddin <ReplayIcon /> </IconButton> <IconButton - onClick={() => navigate(`/settings/command-send/${deviceId}`)} + onClick={() => navigate(`/settings/device/${deviceId}/command`)} disabled={disableActions} > <PublishIcon /> |