Replies: 1 comment
-
| 
         FYI: I figured this out eventually. The "V" drop-down has a "Stop and Exit" option. I will be using that from now on. Cheers.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
When I run a temporary deployment (like a cleanup tool, or a testing tool like iperf3) and then stop it manually when I'm done with it, please change the status to inactive instead of the red "exited". This results in my worried something failed and then cross-checking against the left-list for what is red.
✔️ Solution
If I manually stop something that has "restart: no" then move it to "inactive" instead of "exited".
❓ Alternatives
globally, if something is set for "restart: no" / "unless-stopped" and it's not running just place it in "inactive". This saves on a per-action type subset of these when manually exited. Then something that is "restart: always / etc." can fall into "exited" as it may be of concern to the user.
📝 Additional Context
EDIT / SOLUTION: the "V" drop-down has a "Stop and Exit" that does exactly what I needed. Stupid me just took too long to find it. -- cheers.
Beta Was this translation helpful? Give feedback.
All reactions