Add manual failures UI and global list filtering
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<section class="card">
|
||||
<h2>Latest Assets</h2>
|
||||
{{if .Assets}}
|
||||
<table class="table">
|
||||
<table class="table" data-disable-auto-filters="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
@@ -47,7 +47,7 @@
|
||||
<section class="card">
|
||||
<h2>Latest Components</h2>
|
||||
{{if .Components}}
|
||||
<table class="table">
|
||||
<table class="table" data-disable-auto-filters="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
|
||||
Reference in New Issue
Block a user