File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 129129 aria-expanded =" false"
130130 aria-controls =" collapse-meta-non-parallel"
131131 >
132- Meta non parallel
132+ Initialisation Meta
133133 </button >
134134 </h2 >
135135 <div
147147 </div >
148148 {:else }
149149 <li class =" list-group-item list-group-item-light fw-bold" >
150- Meta non parallel
150+ Initialisation Meta
151151 </li >
152152 <li class =" list-group-item" >-</li >
153153 {/if }
172172 aria-expanded =" false"
173173 aria-controls =" collapse-meta-parallel"
174174 >
175- Meta parallel
175+ Compute Meta
176176 </button >
177177 </h2 >
178178 <div
190190 </div >
191191 {:else }
192192 <li class =" list-group-item list-group-item-light fw-bold" >
193- Meta parallel
193+ Compute Meta
194194 </li >
195195 <li class =" list-group-item" >-</li >
196196 {/if }
Original file line number Diff line number Diff line change 9999</div >
100100{#if workflowTask .task_type === ' non_parallel' || workflowTask .task_type === ' compound' }
101101 {#if workflowTask .task_type === ' compound' }
102- <h5 class =" ms-2" >Meta non parallel </h5 >
102+ <h5 class =" ms-2" >Initialisation Meta </h5 >
103103 {/if }
104104 <FormBuilder
105105 args ={metaPropertiesNonParallel }
112112{/if }
113113{#if workflowTask .task_type === ' parallel' || workflowTask .task_type === ' compound' }
114114 {#if workflowTask .task_type === ' compound' }
115- <h5 class =" ms-2" >Meta parallel </h5 >
115+ <h5 class =" ms-2" >Compute Meta </h5 >
116116 {/if }
117117 <FormBuilder
118118 args ={metaPropertiesParallel }
You can’t perform that action at this time.
0 commit comments