Merge "Added support for the node introspection workflow"
This commit is contained in:
commit
1392be3716
@ -53,6 +53,9 @@
|
||||
|
||||
states.manageable.addTransition('active', 'adopt');
|
||||
states.manageable.addTransition('available', 'provide');
|
||||
states.manageable.addTransition('manageable',
|
||||
'inspect',
|
||||
gettext('Inspect'));
|
||||
|
||||
states.active.addTransition('available', 'deleted');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user