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