Scada-LTS
Scada-LTS copied to clipboard
Removal of unnecessary api calls
Expected Behavior Removal of unnecessary api calls.
Actual Behavior Currently, on some pages, api/websocket is called, although the data is not displayed or used anywhere. An example of such a page is an anonymous view and calls:
-
http://localhost:8080/ScadaBR/api/auth/user;
-
ws://localhost:8080/ScadaBR/ws-scada/alarmLevel
-
http://localhost:8080/ScadaBR/api/events/highestUnsilencedLevelAlarm
-
http://localhost:8080/ScadaBR/api/events/search : ...\Scada-LTS\scadalts-ui\src\store\events\index.js ...\Scada-LTS\scadalts-ui\src\components\GraphicalView\ViewComponents\VCAlarmList\index.vue ...\Scada-LTS\scadalts-ui\src\views\Alarms\EventList.vue EventsAPI.getEvents
-
http://localhost:8080/ScadaBR/api/alarms/live/0/1
-
http://localhost:8080/ScadaBR/api/view/getModificationTime/1
Specifications Version: 2.6.10