cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

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

Sheetal_sable
12-Amethyst

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

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 1

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.

 

Top Tags