You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: