Fading Coder

One Final Commit for the Last Sprint

Implementing Custom Graphic Elements in a SCADA Configuration System

Adding a New Sidebar Menu Category To introduce a new category in the left-hand sidebar, modify the Sidebar.js file. Locate the Sidebar.prototype.categoryMenus array and add a new object. For example, to add a 'Control Components' category: Sidebar.prototype.categoryMenus = [ // ... existing categor...