Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I want to hide the show/hide log from top permanently when you view mashup . When I view the mashup I do not want to see that bar. Is it possible to do?
Thanks and Regards,
Sheetal sable
Hello,
first, please be aware, that the bar is only for development purposes and should not be displayed to end-users of the mashup. The bar will be displayed, because of the link, with which you access the mashup. (If you inspect your adress bar, you should see something similar to this: __fromNextGen=a48f0ccb-f7e8-4f82-9ca9-0cab1b4eca3b - which will add the bar to your mashup)
However, if you want to permanently remove the "Show/Hide Log" in the bar, you can do so, by removing the following from "....\Tomcat 8.5\webapps\Thingworx\Runtime\index.html":
<li class="mashup-toolbar-item">
<button id="runtime-log" class="mashup-toolbar-button" title="Show/Hide Log">Show/Hide Log</button>
</li>
<li class="divider"></li>
Please keep in mind, that you need to redo it after every Thingworx update.