Thanks Mikhail.
I did try that, replacing all Rapid SCADA to SCADA.
I’m using the HelloWorld example.
From the left view menu, when I click on, say Simulator, in the browser tab for a few seconds I see View – SCADA (was View – Rapid SCADA). It’s then replaced by “Simulator – Rapid SCADA”.
In this case, to be exact, you should search for a string ” – Rapid SCADA” in the *.js files.
The file you need is C:\SCADA\ScadaWeb\plugins\Table\js\table.js
Upgrading the software, we try to minimize the number of files where the product name is located.
I think it would be interesting to be able to edit the names and titles of the pages.
But I think it should have something like a watermark, with the text, Rapid Scada.
I’ve downloaded the new version 5.8.2 and noticed a change on the page C:\SCADA\ScadaWeb\plugins\Table\js\table.js
(document.title = viewTitle + ” – ” + viewHub.getEnv().productName;)
How do you recommend changing the name “Rapid SCADA” to “SCADA” on all pages that users can see?