# How to show only one flows

**URL:** https://discourse.nodered.org/t/how-to-show-only-one-flows/77944
**Category:** General
**Created:** [26 April 2023 06:55 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944 "2023-04-26T06:55:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![1260215278](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/1260215278/32/79078_2.png) [@1260215278](https://discourse.nodered.org/u/1260215278)
#### Post date: [26 April 2023 06:55 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/1 "2023-04-26T06:55:37Z")

</div>

I run node-red in express, how to make it show only one flows on the ui. Thanks

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [26 April 2023 07:13 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/2 "2023-04-26T07:13:23Z")

</div>

If only one of the flow tabs is visible, how would you edit the others?

---

<div class="post-metadata">

### Author: ![1260215278](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/1260215278/32/79078_2.png) [@1260215278](https://discourse.nodered.org/u/1260215278)
#### Post date: [26 April 2023 07:17 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/4 "2023-04-26T07:17:46Z")

</div>

Hi. I want to only display the flows to the id on the url, and hide the process from.Editing other flows can open multiple browser tabs.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [26 April 2023 07:54 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/5 "2023-04-26T07:54:56Z")

</div>

I don't believe that is possible.

---

<div class="post-metadata">

### Author: ![1260215278](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/1260215278/32/79078_2.png) [@1260215278](https://discourse.nodered.org/u/1260215278)
#### Post date: [26 April 2023 08:03 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/6 "2023-04-26T08:03:16Z")

</div>

I implemented it with css but it's not perfect

```auto
.red-ui-tab.ui-draggable.ui-draggable-handle{
    display: none ;

}
.red-ui-tab.active.ui-draggable.ui-draggable-handle{
    display: block ;

}

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [25 June 2023 08:03 UTC](https://discourse.nodered.org/t/how-to-show-only-one-flows/77944/7 "2023-06-25T08:03:59Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
