Skip to content

Commit

Permalink
Show application stage nodegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorn01 committed Feb 19, 2024
1 parent a880c5f commit 8649c46
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions coral/media/js/views/components/plugins/licensing-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,26 +347,23 @@ define([
parenttileid: "['init-step']['app-id'][0]['resourceid']['decisionTileId']"
}
},
// Won't work since it needs to check if the Cur D has approved
// - Both fetch generated components won't see the other tile they
// looking for.
// {
// componentName: 'fetch-generated-license-number',
// uniqueInstanceName: 'application-details',
// tilesManaged: 'one',
// parameters: {
// graphid: 'cc5da227-24e7-4088-bb83-a564c4331efd',
// nodegroupid: '4f0f655c-48cf-11ee-8e4e-0242ac140007',
// resourceid: "['init-step']['app-id'][0]['resourceid']['resourceInstanceId']",
// tileid: "['init-step']['app-id'][0]['resourceid']['applicationDetailsTileId']",
// hiddenNodes: [
// "777596ba-48cf-11ee-8e4e-0242ac140007",
// "aec103a2-48cf-11ee-8e4e-0242ac140007",
// "c2f40174-5dd5-11ee-ae2c-0242ac120008",
// "3ff6e2ce-cf35-11ee-a12a-0242ac180006"
// ]
// }
// },
{
componentName: 'fetch-generated-license-number',
uniqueInstanceName: 'application-details',
tilesManaged: 'one',
parameters: {
graphid: 'cc5da227-24e7-4088-bb83-a564c4331efd',
nodegroupid: '4f0f655c-48cf-11ee-8e4e-0242ac140007',
resourceid: "['init-step']['app-id'][0]['resourceid']['resourceInstanceId']",
tileid: "['init-step']['app-id'][0]['resourceid']['applicationDetailsTileId']",
hiddenNodes: [
"777596ba-48cf-11ee-8e4e-0242ac140007",
"aec103a2-48cf-11ee-8e4e-0242ac140007",
"c2f40174-5dd5-11ee-ae2c-0242ac120008",
"3ff6e2ce-cf35-11ee-a12a-0242ac180006"
]
}
},
{
componentName: 'default-card',
uniqueInstanceName: 'license-number',
Expand Down

0 comments on commit 8649c46

Please sign in to comment.