In the sites page 'hosting/sites' the drop down is alphabeticaly order with the folowing choices.
backup
delete
disable
enable
reset password
verify

From a personal (bad) experience having backup and disable so close to delete can be 'dangerous' I would suggest ordering them like so

verify
backup
reset password
enable
disable
delete

This way, it is almost imposible to make a mistake as bad as deleting a site when you only want to do a backup. They are order in a way that the first ones are the most likely to be use. Also having delete at the end make it so that only one choice (disable) can make the mistake of doing delete.

Comments

ergonlogic’s picture

Actually, having delete at all in the bulk operations seems dangerous to me anyway. I think a checkbox on the settings page similar to "disable before delete" should be implemented to remove it from the VBO list by default.

ergonlogic’s picture

New features need to be implemented in Aegir 3.x, then we can consider back-porting to Aegir 2.x.

ergonlogic’s picture

Version: 6.x-2.x-dev » 7.x-3.x-dev
helmo’s picture

Title: suggestion for drop down » Sort VBO options in drop down

@ergonlogic: Your "disable before delete"from #1 comment is duplicated in https://www.drupal.org/node/2238897

About sorting... I'm un aware of an easy way to do that with VBO. I did find an old issue in their queue. #1550092: Allow sorting and grouping of actions

ergonlogic’s picture

Status: Active » Closed (won't fix)

Bulk deletion of sites is now disabled if they ought to be disabled first. See: #2238897: VBO "delete" action disregards "Require site to be disabled before deletion" setting.

Since bulk deletion also requires a confirmation, I think that ought to be safe enough.