# Disable Side Menu

**URL:** https://discourse.nodered.org/t/disable-side-menu/15091
**Category:** Dashboard
**Created:** [4 September 2019 10:33 UTC](https://discourse.nodered.org/t/disable-side-menu/15091 "2019-09-04T10:33:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rwiest](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rwiest/32/11017_2.png) [@rwiest](https://discourse.nodered.org/u/rwiest)
#### Post date: [4 September 2019 10:33 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/1 "2019-09-04T10:33:47Z")

</div>

hello, i'm using node / flow suggested by [https://github.com/phyunsj/node-red-dashboard-login](https://github.com/phyunsj/node-red-dashboard-login) to control login. Someone who has already used and can help me with a question. Is it possible to disable the side menu only on the login screen? How could you do that?  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/7/7ea770c4d6e70c7ed3df575bd19d544af0fc3916.png)

---

<div class="post-metadata">

### Author: ![SuperNinja](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/superninja/32/5761_2.png) [@SuperNinja](https://discourse.nodered.org/u/SuperNinja)
#### Post date: [4 September 2019 10:41 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/2 "2019-09-04T10:41:04Z")

</div>

hi , did you try this ?  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/f/fa33e65b8177bd9bea42081fd3ed83c9cbc3d32b.png)

---

<div class="post-metadata">

### Author: ![rwiest](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rwiest/32/11017_2.png) [@rwiest](https://discourse.nodered.org/u/rwiest)
#### Post date: [4 September 2019 11:06 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/3 "2019-09-04T11:06:16Z")

</div>

Yes, but this option permanently disables the side menu. I only need it to be disabled on the login screen.

---

<div class="post-metadata">

### Author: ![rwiest](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rwiest/32/11017_2.png) [@rwiest](https://discourse.nodered.org/u/rwiest)
#### Post date: [4 September 2019 11:09 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/4 "2019-09-04T11:09:23Z")

</div>

Or you could use it that way. But I need to create a side menu manually. How can I do this?

---

<div class="post-metadata">

### Author: ![SuperNinja](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/superninja/32/5761_2.png) [@SuperNinja](https://discourse.nodered.org/u/SuperNinja)
#### Post date: [4 September 2019 11:36 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/5 "2019-09-04T11:36:12Z")

</div>

what I did can help. To you to see: I have a dashboard pricipal, in which are displayed summarize widgets: meteo, camera, ...  
In each widget (of this main dashboard) there is a button that refers to the complete function ("weather" for example). This opens another more complete page of the weather. a "dashboard" button sent to the main dashboard.  
This is 2 buttons example :

```auto
[{"id":"abead591.774108","type":"ui_button","z":"fe2c7bc6.bd49c8","name":"gotoMETEO","group":"aa17a30d.2da05","order":1,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"filter_drama","payload":"{\"tab\":\"meteo\"}","payloadType":"json","topic":"","x":70,"y":3250,"wires":[["75dabf9.f5a764"]]},{"id":"75dabf9.f5a764","type":"ui_ui_control","z":"fe2c7bc6.bd49c8","name":"ui control","x":380,"y":3270,"wires":[[]]},{"id":"b4910049.f3353","type":"ui_button","z":"fe2c7bc6.bd49c8","name":"METEOgotoDASH","group":"4b2be262.7a707c","order":5,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"dashboard","payload":"{\"tab\":\"Dashboard\"}","payloadType":"json","topic":"","x":560,"y":3250,"wires":[["75dabf9.f5a764"]]},{"id":"aa17a30d.2da05","type":"ui_group","z":"","name":"Meteo","tab":"250de740.57ee78","order":1,"disp":true,"width":"6","collapse":true},{"id":"4b2be262.7a707c","type":"ui_group","z":"","name":"Temperature :","tab":"7159ac8e.e320c4","order":1,"disp":true,"width":"10","collapse":true},{"id":"250de740.57ee78","type":"ui_tab","z":"","name":"Dashboard","icon":"dashboard","order":1,"disabled":false,"hidden":false},{"id":"7159ac8e.e320c4","type":"ui_tab","z":"","name":"meteo","icon":"filter_drama","order":5,"disabled":false,"hidden":false}]

```

---

<div class="post-metadata">

### Author: ![rwiest](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rwiest/32/11017_2.png) [@rwiest](https://discourse.nodered.org/u/rwiest)
#### Post date: [4 September 2019 12:42 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/6 "2019-09-04T12:42:25Z")

</div>

> [@SuperNinja](#):
>
> ```auto
> [{"id":"abead591.774108","type":"ui_button","z":"fe2c7bc6.bd49c8","name":"gotoMETEO","group":"aa17a30d.2da05","order":1,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"filter_drama","payload":"{\"tab\":\"meteo\"}","payloadType":"json","topic":"","x":70,"y":3250,"wires":[["75dabf9.f5a764"]]},{"id":"75dabf9.f5a764","type":"ui_ui_control","z":"fe2c7bc6.bd49c8","name":"ui control","x":380,"y":3270,"wires":[[]]},{"id":"b4910049.f3353","type":"ui_button","z":"fe2c7bc6.bd49c8","name":"METEOgotoDASH","group":"4b2be262.7a707c","order":5,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"dashboard","payload":"{\"tab\":\"Dashboard\"}","payloadType":"json","topic":"","x":560,"y":3250,"wires":[["75dabf9.f5a764"]]},{"id":"aa17a30d.2da05","type":"ui_group","z":"","name":"Meteo","tab":"250de740.57ee78","order":1,"disp":true,"width":"6","collapse":true},{"id":"4b2be262.7a707c","type":"ui_group","z":"","name":"Temperature :","tab":"7159ac8e.e320c4","order":1,"disp":true,"width":"10","collapse":true},{"id":"250de740.57ee78","type":"ui_tab","z":"","name":"Dashboard","icon":"dashboard","order":1,"disabled":false,"hidden":false},{"id":"7159ac8e.e320c4","type":"ui_tab","z":"","name":"meteo","icon":"filter_drama","order":5,"disabled":false,"hidden":false}]
> 
> ```

Interesting, I believe it will help me. Thank you.

---

<div class="post-metadata">

### Author: ![ppennachi](https://avatars.discourse-cdn.com/v4/letter/p/47e85d/32.png) [@ppennachi](https://discourse.nodered.org/u/ppennachi)
#### Post date: [14 February 2020 17:36 UTC](https://discourse.nodered.org/t/disable-side-menu/15091/7 "2020-02-14T17:36:39Z")

</div>

Hi @rwiest i'm having the exactly same problem as you.

Did you figure out how to solve??

Thanks
