| commit | 8ec0337374da419a627c505d6d59e3479609fed5 | [log] [tgz] |
|---|---|---|
| author | Barath Kumar R <barath.r@tataelxsi.co.in> | Tue May 04 17:16:14 2021 +0530 |
| committer | Barath Kumar R <barath.r@tataelxsi.co.in> | Wed May 05 09:52:36 2021 +0530 |
| tree | 82adb12bbbcc48d19312bb8208b0e893850b81fd | |
| parent | 1f07bd03d6016fb2c48336f0b3322ea91bc7437f [diff] [blame] |
BUG 1383 Cannot compose VNFD from UI: 'mgmt_cp missing' when adding VDU * Before adding CP need to VDU * While adding CP add mgmt-cp Change-Id: I4219faea328ab46285f8e049d5dc1a7565cdea42 Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/app/utilities/compose-packages/ComposePackages.ts b/src/app/utilities/compose-packages/ComposePackages.ts index be70655..c621215 100644 --- a/src/app/utilities/compose-packages/ComposePackages.ts +++ b/src/app/utilities/compose-packages/ComposePackages.ts
@@ -239,6 +239,6 @@ } }; } - return jsyaml.dump(packageYaml); + return jsyaml.dump(packageYaml, { sortKeys: true }); } }