This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Trends - Buttons in Touch visu
#1
Hi
I open trends throw "External link" because I need multiple trends.
Please help me. How can I hide this "Right Arrow" annoying button (see attached picture)? Everytime I mistakenly click it I get disconnected and the only option I have is to write my username and password.

Attached Files Thumbnail(s)
   
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#2
Hi,

Try adding this to your custom css:

Code:
.trends .btn-logout {
   display: none !important;
}

BR,

Erwin
Reply
#3
And for Schedulers it works too


Code:
.schedulers .btn-logout {
   display: none !important;
}


Thank you!
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Forum Jump: