Added the watch and scheduler systems
This commit is contained in:
@@ -45,6 +45,7 @@ pub fn library_page() -> Html {
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{ "Name" }</th>
|
||||
<th>{ "Monitored" }</th>
|
||||
<th>{ "Owned" }</th>
|
||||
<th>{ "Watched" }</th>
|
||||
<th>{ "Tracks" }</th>
|
||||
@@ -58,6 +59,11 @@ pub fn library_page() -> Html {
|
||||
{ &a.name }
|
||||
</Link<Route>>
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
if a.monitored {
|
||||
<span style="color: var(--success);" title="Monitored">{ "\u{2713}" }</span>
|
||||
}
|
||||
</td>
|
||||
<td>
|
||||
if a.total_items > 0 {
|
||||
<span class="text-sm" style={
|
||||
|
||||
Reference in New Issue
Block a user