-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Summary
Currently, there is only one script (script1) shown in the scripts page. It is one hard-coded script. It needs to show the list of in memory scripts property that was created in #2
Implementation Details
Remove script1 property. Update the scripts page to loop over the in memory scripts and show a script-card for each script using NgFor: *ngFor="let item in items".
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request