render()

in airavata_mft/apps/workspace/static/airavata_mft_workspace/js/entry-view-resources.js [11:19]


        render(h) {
            return h(StorageResources, {
                props: {
                    resourcesList: this.resourcesList,
                    title: this.title
                }
            });

        },