# Node-Red sidebar popup windows

**URL:** https://discourse.nodered.org/t/node-red-sidebar-popup-windows/12638
**Category:** General
**Created:** [27 June 2019 01:24 UTC](https://discourse.nodered.org/t/node-red-sidebar-popup-windows/12638 "2019-06-27T01:24:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![limengsong](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/limengsong/32/9391_2.png) [@limengsong](https://discourse.nodered.org/u/limengsong)
#### Post date: [27 June 2019 01:24 UTC](https://discourse.nodered.org/t/node-red-sidebar-popup-windows/12638/1 "2019-06-27T01:24:14Z")

</div>

Hello,  
I want to make a pop-up operation by clicking the button in the Node-red Sidebar. Inside the pop-up box is a list (left and right structure), which is a list. What should I do on Node-red, can I refer to it?  
Thank you

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [27 June 2019 06:00 UTC](https://discourse.nodered.org/t/node-red-sidebar-popup-windows/12638/2 "2019-06-27T06:00:38Z")

</div>

> [@limengsong](#):
>
> Node-red Sidebar

Do you mean in the admin UI? Which button and on which panel?

Really, those panels are internal to Node-RED with the possible exception of the info panel which you can influence by writing HTML in a custom node then selecting that node or an instance of it.

You should remember, however, that the admin UI is for administration - e.g. writing flows and configuring nodes. It is not meant as a general user interface. For that you should use Dashboard, uibuilder or something similar.
