Able to change admin state for all resources

Also make the workflow more independent and predictable. Previously it
is using the extensible workflow methods and does not make a copy of
a step for each workflow, which would mess up with each other.

Change-Id: I2e808282ed3c180105978f359fff7558d9e78ca7
Story: 1713844
Task: 5361
This commit is contained in:
Jacky Hu
2017-12-10 14:48:00 +08:00
committed by Hengqing Hu
parent b307277abe
commit 8a8cd2b85c
26 changed files with 373 additions and 185 deletions

View File

@@ -36,7 +36,7 @@
scope.workflow = workflowService(
gettext('Create Listener'),
'fa fa-cloud-download',
['listener', 'pool', 'members', 'monitor']
['listener', 'certificates', 'pool', 'members', 'monitor']
);
scope.model.initialize('listener', false, loadbalancerId);
}