Skip to main content
1-Visitor
April 25, 2019
Question

How to hide the "show/hide log" bar in a mashup

  • April 25, 2019
  • 1 reply
  • 1105 views

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?

showhide.png

 

 

Thanks and Regards,

Sheetal sable

 

 

 

 

1 reply

5-Regular Member
April 25, 2019

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.