Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disruptive actions like Stop and Restart should require end-user confirmation #1627

Closed
berchtos opened this issue Feb 15, 2018 · 1 comment
Closed
Labels

Comments

@berchtos
Copy link

Detailed Description

Clicking on Terminate Action within an Application requires an end-user confirmation Are you sure you want to terminate instance {{index}}? to avoid any accidentally termination of an active instance.

Performing more-disruptive actions like Stop and Restart on the other hand do not require end-user confirmation and immediately perform the activity.

The request would be to implement the end-user confirmation for Stop and Restart action, similar to Terminate. Ideally this also includes the application name.

Stop: Are you sure you want to stop '{{appName}}'?
Restart: Are you sure you want to restart '{{appName}}'?
Terminate of instance: Are you sure you want to terminate instance {{index}} of '{{appName}}'?

Context

Avoid interruptions of application by a single click in a GUI, especially as the Restart icon looks like a refresh button and could be misleading to an end-user.

At least it would be consistent with the current behavior of the Terminate button which requires end-user confirmation.

@richard-cox
Copy link
Contributor

Thanks @berchtos for raising this issue. We recently merged a contribution that resolves this in our master branch and it will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants