You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
Hi, I'd like to hide the tab menu from certain tabs. Does anyone know how to accomplish that? Thanks Tim
Tim E
unread,
Nov 26, 2016, 11:33:34 PM11/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
Is there anyway to disable the tab/dashboard menu button from a UI view? I have an several simple IOT temperature display dashboards for multiple customers. I'd like to prevent customers from seeing other dashboards and only view the dashboard that pertains to them. I just need to disable the dashboard selector icon. What is the easiest way to accomplish this? Thanks in advance. Tim
GraphSam
unread,
Feb 5, 2017, 12:52:32 PM2/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
Hello,
Interesting questions in this topic.
Help please if you have any answer or idea on this.
Regards,
Samy
Message has been deleted
Jim Provan
unread,
Aug 13, 2017, 11:30:52 AM8/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
Did you ever get an answer to this ? I am interested in hiding the tab bar as well.
Message has been deleted
Hugo Desmeules
unread,
Oct 20, 2017, 4:54:05 PM10/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED UI
Add this script:
<script>
$('#toolbar').css("display", "none");
</script>
On Tuesday, November 1, 2016 at 10:26:38 AM UTC-4, Tim E wrote: