Backlog #2151
Missing role vm actions: chown, chgrp, deploy, migrate, migrate_live
Status: | Pending | Start date: | 07/04/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | OneFlow | |||
Target version: | - |
Description
Currently it's not supported, since the tab does not contain this buttons
var button = Sunstone.getButton(tab_id,value); "getButton" : function(tab_id,button_name){ var button = null; var buttons = SunstoneCfg["tabs"][tab_id]["buttons"]; button = buttons[button_name]; //not found, is it in the list then? if (!button && buttons["action_list"]) { button = buttons["action_list"]["actions"][button_name]; } return button; }
Associated revisions
bug #2151: Remove role vm action (chown, chirp, deploy, migrate, migrate_live)
bug #2151: Remove role vm action (chown, chirp, deploy, migrate, migrate_live)
(cherry picked from commit ebb46f8d064432c8033b939fd6cc023054d13d39)
History
#1
Updated by Daniel Molina almost 8 years ago
- Assignee set to Daniel Molina
#2
Updated by Daniel Molina almost 8 years ago
- Subject changed from Error when using a role VM Action that prompts a dialog to Missing for the following role vm actions: chown, chgrp, deploy, migrate, migrate_live
- Description updated (diff)
- Target version deleted (
Release 4.2) - Affected Versions OpenNebula 4.2 added
#3
Updated by Daniel Molina almost 8 years ago
- Assignee deleted (
Daniel Molina)
#4
Updated by Daniel Molina almost 8 years ago
- Description updated (diff)
#5
Updated by Daniel Molina almost 8 years ago
- Subject changed from Missing for the following role vm actions: chown, chgrp, deploy, migrate, migrate_live to Missing role vm actions: chown, chgrp, deploy, migrate, migrate_live
#6
Updated by Ruben S. Montero over 7 years ago
- Tracker changed from Bug to Feature
#7
Updated by Ruben S. Montero over 7 years ago
- Tracker changed from Feature to Backlog
#8
Updated by Ruben S. Montero over 7 years ago
- Status changed from New to Pending
#9
Updated by Daniel Molina almost 7 years ago
- Priority changed from High to Low