File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
src/lib/components/v2/tasks Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 318318 < / div>
319319 < / div>
320320 < div class = " row" >
321+ < div class = " col" >
322+ < select id= " package-filter" class = " invisible" / >
323+ < / div>
321324 < div class = " col" >
322325 < select id= " category-filter" class = " invisible" / >
323326 < / div>
324327 < div class = " col" >
325328 < select id= " modality-filter" class = " invisible" / >
326329 < / div>
327330 < div class = " col" >
328- < select id= " package -filter" class = " invisible" / >
331+ < select id= " input-type -filter" class = " invisible" / >
329332 < / div>
330333 < div class = " col" >
331334 < select id= " tag-filter" class = " invisible" / >
332335 < / div>
333- < div class = " col" >
334- < select id= " input-type-filter" class = " invisible" / >
335- < / div>
336336 < / div>
337337 < / div>
338338< / div>
339339{#if allRows .length === 0 }
340- < p> There are no tasks.< / p>
340+ < p>
341+ There are no available tasks . You can add new tasks on the
342+ < a href= " /v2/tasks-management" > Tasks management< / a> page.
343+ < / p>
341344{: else }
342345 < div class = " card" >
343346 < div class = " card-body p-0" >
You can’t perform that action at this time.
0 commit comments