mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
web/ProcessingQueue: processing list role & label
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
9b20d726a7
commit
d6ad74d429
@ -90,7 +90,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="processing-list">
|
||||
|
||||
<div id="processing-list" role="list" aria-labelledby="queue-title">
|
||||
{#each queue as [id, item]}
|
||||
<ProcessingQueueItem
|
||||
{id}
|
||||
|
@ -113,7 +113,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="processing-item">
|
||||
<div class="processing-item" role="listitem">
|
||||
<div class="processing-info">
|
||||
<div class="file-title">
|
||||
<div class="processing-type">
|
||||
|
Loading…
Reference in New Issue
Block a user