Orne Brocaar
417179ba54
Fix header z-index issue in UI.
...
The z-index of the header was set to 2000 because of Leaflet JS zoom
controls going over the header instead of under when scrolling. However,
this caused issues with the notifications and dropdowns (menu and
autocomplete).
Setting the z-index to 1001 is enough to fix the Leaflet JS issues,
without causing other issues.
2022-12-24 10:46:23 +00:00
Orne Brocaar
cb3ab9466e
Fix notification z-index.
2022-12-05 11:29:44 +00:00
Orne Brocaar
3a6e359ce1
Fix leafletjs controls floating over header.
2022-11-25 09:22:45 +00:00
Orne Brocaar
a864bd2e5d
Add gateway metadata tab and make naming consistent.
2022-11-04 11:51:24 +00:00
Orne Brocaar
0a23c71641
Add option for auto-detect measurements.
...
In case the decoded payload contains random keys the auto-detect
measurements feature will add new measurements for each uplink. With
this option it is possible to turn auto-detection off to avoid
polluting the database with many measurements.
Closes #42 .
2022-11-02 10:19:38 +00:00
Orne Brocaar
577a33ec9a
Run yarn format.
2022-11-01 10:28:57 +00:00
Orne Brocaar
5b3b44bce4
Fix OIDC logout URL in UI.
2022-11-01 10:28:35 +00:00
Orne Brocaar
f17250c37f
Show region information in UI.
2022-09-15 10:58:37 +01:00
Orne Brocaar
a43ef72fb2
Fix chart tooltip date format.
2022-09-13 10:15:21 +01:00
Orne Brocaar
90c5af20df
Update encodeDownlink code template.
2022-09-12 11:52:51 +01:00
Orne Brocaar
0fc548d6b4
Fix object > data error in template.
...
Closes #39 .
2022-09-10 12:42:50 +01:00
Orne Brocaar
0fa40717e8
Add missing CN470 configuration.
...
Closes #36 .
2022-08-31 09:48:55 +01:00
Orne Brocaar
cfb4290334
Add missing isDisabled and setSkipFcntCheck switches (UI).
2022-08-09 11:07:32 +01:00
Orne Brocaar
eee1c4b4b0
Show counter value as rate per aggregation interval.
2022-07-31 13:10:16 +01:00
Orne Brocaar
11d433a394
Show loader on aggregation interval change or refresh.
2022-07-19 11:13:47 +01:00
Orne Brocaar
72e72446a2
Disable activation key form for OTAA.
...
Closes #10 .
2022-07-14 11:42:07 +01:00
Orne Brocaar
68b1de87f3
Rename setItem to setQueueItem.
...
This was renamed to be more consistent with the multicast enqueue message.
2022-07-13 12:35:13 +01:00
Orne Brocaar
96ab49944c
Add IFTTT integration.
2022-07-06 15:43:00 +01:00
Orne Brocaar
9ab2f77ee2
Fix CodeMirror not refreshing on value change.
...
On changing a different device-profile template and thus changing the
this.state.value, CodeMirror would not rerender until focussing the
textarea field.
2022-07-05 15:18:43 +01:00
Orne Brocaar
6dbbaff7b6
Add button to set gw to current location.
2022-07-05 14:48:02 +01:00
Orne Brocaar
a04d47833f
Render empty bar and heatmap charts.
2022-06-29 09:26:42 +01:00
Orne Brocaar
462ff3665d
Fix missing Card import.
2022-06-28 15:12:34 +01:00
Orne Brocaar
a01f8565fd
Implement support for quick device measurement metrics.
2022-06-28 15:05:42 +01:00
Orne Brocaar
8a695d341c
Add missing classCTimeout and abpRx1DrOffset on template select.
...
Closes #27 .
2022-06-10 12:22:07 +01:00
Orne Brocaar
804c876aa7
Format UI code.
2022-06-08 14:10:04 +01:00
Orne Brocaar
d9d3f14e80
Implement support for device-profile templates + TTN importer.
2022-06-07 19:29:59 +01:00
Orne Brocaar
3b426471b3
Re-implement copy to clipboard (DevAddr, EUI and AES keys).
2022-06-07 11:47:25 +01:00
Orne Brocaar
3486d94441
Fix Buffer to Protobuf setData casting.
2022-05-24 20:28:36 +01:00
Orne Brocaar
3199276c83
Fix missing Buffer reference.
...
Closes #23 .
2022-05-24 16:22:54 +01:00
Orne Brocaar
96482764cc
Re-run formatter to format latest UI changes.
2022-05-02 11:03:01 +01:00
SAGAR PATEL
2ea86b2ca2
Implement automatic formatting for JS / TSX source code.
...
Implemented automatic code formatting for JS/TSX using prettier and husky
with pre-commit hook
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
Co-authored-by: Orne Brocaar <info@brocaar.com>
2022-05-02 10:58:26 +01:00
Orne Brocaar
d8377cd26a
Update UI dependencies.
2022-04-29 15:45:52 +01:00
Orne Brocaar
b159436dd0
Make flush queue on activate configurable through dev-profile.
2022-04-28 08:52:14 +01:00
Orne Brocaar
d69ff895b6
Update JS payload codec configuration and templates.
2022-04-27 09:49:33 +01:00
Orne Brocaar
f2e6d77ce4
Fix bytes -> data. Expose real codec error.
2022-04-24 12:48:06 +01:00
Orne Brocaar
d55e5afc92
Add encode / decode JS templates on device-profile create.
2022-04-21 13:26:58 +01:00
SAGAR PATEL
f940af686b
fix typo.
...
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
2022-04-08 10:07:47 +05:30
SAGAR PATEL
6640496e10
Update moment time format in Device and Gateway list page
...
Details:
- Also shows "Never" when timestamp not available.
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
2022-04-08 09:52:10 +05:30
Orne Brocaar
96fe672fc7
Initial commit.
2022-04-06 21:18:32 +01:00