61d2fcd7e6
This splits the single Security and Access step so that the two panes in that step (Security Groups / Keypairs) have their own steps in the wizard, thus making everything much more consistent. This also now uses the Controller As syntax which is considered to be a best practice. Change-Id: Ib1d79ce8019e5361faccf77360989c38ce1cab2c Co-Authored-By: Travis Tripp <travis.tripp@hp.com> Closes-Bug: 1435636
7 lines
186 B
SCSS
7 lines
186 B
SCSS
@import "source/source";
|
|
@import "flavor/flavor";
|
|
@import "network/network";
|
|
@import "keypair/keypair";
|
|
@import "security-groups/security-groups";
|
|
@import "configuration/configuration";
|