1280 Commits

Author SHA1 Message Date
mpetrov
0fefeb655f ui fixes 2024-07-08 14:42:18 +03:00
mpetrov
50c93521b4 ui fixes 2024-07-08 14:34:17 +03:00
mpetrov
6773eb0b8d min width for server inputs fix 2024-07-05 17:53:34 +03:00
mpetrov
6ada7cd4ac fix 2024-07-05 15:34:50 +03:00
Vladyslav_Prykhodko
bbb2b1683e UI: Refactoring gateway connectors configuration 2024-07-05 15:19:23 +03:00
Vladyslav_Prykhodko
5813ce515d UI: Refactoring gateway connectors configuration 2024-07-05 13:31:35 +03:00
mpetrov
022d64f744 adjustments 2024-07-05 12:32:51 +03:00
mpetrov
b25e2a556f refactoring 2024-07-04 15:21:13 +03:00
mpetrov
b91b317c39 Changed aproach to valueAccessor 2024-07-04 15:05:00 +03:00
Max Petrov
aac5bdbb85
Merge branch 'master' into feature/3806-opcua-extension 2024-07-02 14:59:37 +03:00
Vladyslav_Prykhodko
95fb479504 UI: Fixed UI build 2024-07-02 14:32:13 +03:00
mpetrov
02495cedf9 resolve conflicts 2024-07-02 11:13:31 +03:00
mpetrov
d9e9253a63 index to public-api 2024-07-01 15:49:27 +03:00
Vladyslav_Prykhodko
1ff83eb4e5 Merge remote-tracking branch 'upstream/master' into improvement/gateway-dashboard 2024-07-01 11:56:25 +03:00
mpetrov
f5ac049b0a fixed mqtt mapping 2024-07-01 10:39:20 +03:00
mpetrov
baaca20017 fixed security 2024-06-27 17:16:13 +03:00
mpetrov
4dd87d5fbb refactoring 2024-06-27 16:55:21 +03:00
mpetrov
e4e028e0b4 Gateway - Connectors - OPCUA extended functionality 2024-06-27 16:19:02 +03:00
Igor Kulikov
823b13f4bc UI: Add settings for 'Label & value card' widget. 2024-06-24 12:58:33 +03:00
Igor Kulikov
ac66224920 UI: Implement 'Label card' and 'Label & value card' widgets. 2024-06-21 19:14:58 +03:00
Max Petrov
d63168ceeb
Merge branch 'improvement/gateway-dashboard' into fix/3903-username-field-static-height 2024-06-21 16:06:10 +03:00
Vladyslav Prykhodko
43e3e3e44f
Merge pull request #11000 from rusikv/bug/gateway-connectors-validation
Fixed Gateway connectors name form fields
2024-06-21 16:01:43 +03:00
Vladyslav Prykhodko
5b888f674a
Merge pull request #11047 from maxunbearable/fix/3207-connectors-toggle-optimization
Added Gateway Dashboard optimization for multiple connector retoggle
2024-06-21 15:13:55 +03:00
Vladyslav Prykhodko
a562def1c8
Merge pull request #11062 from maxunbearable/fix/3906-removed-opcua-asyncio
Removed 'OPCUA ASYNCIO' Connector Type
2024-06-21 15:12:24 +03:00
Vladyslav Prykhodko
37af4e0b8b
Merge pull request #11051 from maxunbearable/task/3657-changed-security-block-rest
Changed Security block for REST Connector
2024-06-21 15:09:55 +03:00
Vladyslav Prykhodko
9718e342a9
Merge pull request #11036 from maxunbearable/fix/3422-gateway-config-optimization
Added optimization for the fields in Gateway Configuration
2024-06-21 15:06:50 +03:00
Vladyslav Prykhodko
ff608ffe47
Merge pull request #11028 from maxunbearable/fix/3696-logs-table-rows-jumps
Fixed jumping rows when updating data in Gateway Logs table
2024-06-21 15:06:20 +03:00
Vladyslav Prykhodko
fd485f52cf
Merge pull request #11022 from maxunbearable/fix/3504-statistics-commands-width
Optimized the 'Commands' table in the statistics tab
2024-06-21 15:05:04 +03:00
Vladyslav Prykhodko
a327f0b99b
Merge pull request #11017 from maxunbearable/fix/3865-default-values-grcp-custom
Removed toggle 'fill configuration with default values'
2024-06-21 15:00:55 +03:00
Vladyslav Prykhodko
1df59fc4d5
Merge pull request #11015 from maxunbearable/fix/3859-grcp-custom-inputs
Added missing inputs for Custom and GRCP Connectors
2024-06-21 14:58:34 +03:00
Vladyslav Prykhodko
ecba0540a2
Merge pull request #11007 from maxunbearable/fix/3645-template-name-width
Added max width to the display of the template name
2024-06-21 14:55:19 +03:00
Vladyslav Prykhodko
8d5ecb6409
Merge pull request #11004 from maxunbearable/fix/3650-changed-snmp-method
Changed method field in SNMP Connector
2024-06-21 14:54:11 +03:00
Vladyslav Prykhodko
c42ef1fb10
Merge pull request #11001 from maxunbearable/fix/3687-asterisk-device-config
Added asterisk symbol in Device Configuration
2024-06-21 14:53:29 +03:00
Vladyslav Prykhodko
092b533b80
Merge pull request #10996 from maxunbearable/fix/3709-adaptive-datamaping-height
Added adaptive height for datamaping dialog
2024-06-21 14:52:50 +03:00
Vladyslav Prykhodko
a7ff18b0da
Merge pull request #10984 from maxunbearable/fix/gateway-status-sorting
Fixed gateway dashboard sorting connectors by status
2024-06-21 14:50:59 +03:00
Vladyslav Prykhodko
75895807d0
Merge pull request #10988 from maxunbearable/fix/gateway-log-level-title
Changed status column title to 'level' in logs
2024-06-21 14:49:58 +03:00
Vladyslav Prykhodko
e81284e809
Merge pull request #10981 from maxunbearable/response-topic-exp-required
Made response topic expression required in gateway dashboard
2024-06-21 14:46:20 +03:00
Max Petrov
438f9ce759
Merge branch 'master' into fix/3906-removed-opcua-asyncio 2024-06-20 16:33:37 +03:00
mpetrov
c095a3728a Removed 'OPCUA ASYNCIO' Connector Type 2024-06-20 16:31:32 +03:00
mpetrov
59cf88a656 Gateway - General Config - Security: added static height for username field 2024-06-20 12:08:35 +03:00
mpetrov
e8fb1375ac refactoring 2024-06-19 17:44:31 +03:00
mpetrov
580f3b5b3c Changed Security block for REST Connector 2024-06-19 17:20:15 +03:00
mpetrov
9910416790 Added Gateway Dashboard Connector optimization for multiple connector retoggle 2024-06-19 13:11:54 +03:00
ViacheslavKlimov
e0e5fa12c9 "Request Timeout." -> "Request timeout" 2024-06-19 12:28:20 +03:00
mpetrov
e0aa8f8f95 Added optimization for the fields in Gateway Configuration 2024-06-18 17:24:45 +03:00
mpetrov
522c926ca5 Fixed jumping rows when updating data in Gateway Logs table 2024-06-17 17:31:29 +03:00
mpetrov
d39d866698 Optimized the 'Commands' table in the statistics tab for the 'General configuration' pop-up window 2024-06-17 11:38:38 +03:00
mpetrov
150f57dc38 Removed toggle 'fill configuration with default values' for GRCP and Custom Connectors 2024-06-14 16:54:00 +03:00
mpetrov
6574af0a60 [PROD-3859] [FIX] Added missing inputs for Custom and GRCP Connectors 2024-06-14 16:14:21 +03:00
Igor Kulikov
83cc70e3af
Merge pull request #11009 from maxunbearable/fix/3857-snmp-templates-view
Fixed templates display on opening SNMP connector
2024-06-14 12:18:35 +03:00