20.01.2026, 09:00
username is not exposed in Trends and Schedulers. One option is to hide these buttons for all users via CSS:
There's a different solution using .lp script to determine the username but it cannot be used in LM cloud: https://forum.logicmachine.net/showthrea...20#pid6820
Code:
.trends .show-export,
.trends .inner .btn-group {
display: none;
}
.trends .content > div {
padding-bottom: 0;
}There's a different solution using .lp script to determine the username but it cannot be used in LM cloud: https://forum.logicmachine.net/showthrea...20#pid6820
