aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/components
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-03-26 06:54:28 -0700
committerAnton Tananaev <anton@traccar.org>2023-03-26 06:54:28 -0700
commit4e733fb2d637300196665b377850e7fdbd5ce8eb (patch)
treecc74e994c0e2f92a467f7dc89e5051fcd28ca2b9 /modern/src/common/components
parente06c03ae5b4bac3a1fea26f1cdf67e510a2f873b (diff)
downloadtrackermap-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.js2
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 />