Update to artist credit handling
This commit is contained in:
@@ -198,7 +198,7 @@ pub fn dashboard() -> Html {
|
||||
if !s.tasks.is_empty() {
|
||||
<div class="card">
|
||||
<h3>{ "Background Tasks" }</h3>
|
||||
<table>
|
||||
<table class="tasks-table">
|
||||
<thead>
|
||||
<tr><th>{ "Type" }</th><th>{ "Status" }</th><th>{ "Progress" }</th><th>{ "Result" }</th></tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user