Upload index.html
Browse files- web/index.html +1 -0
web/index.html
CHANGED
|
@@ -258,6 +258,7 @@
|
|
| 258 |
<button class="filter active" data-status="all">All</button>
|
| 259 |
<button class="filter" data-status="running">Running</button>
|
| 260 |
<button class="filter" data-status="full_inference_success">Success</button>
|
|
|
|
| 261 |
<button class="filter" data-status="manual_hardware_required">Manual</button>
|
| 262 |
<button class="filter" data-status="failed">Failed</button>
|
| 263 |
<button class="filter" data-status="stale">Stale</button>
|
|
|
|
| 258 |
<button class="filter active" data-status="all">All</button>
|
| 259 |
<button class="filter" data-status="running">Running</button>
|
| 260 |
<button class="filter" data-status="full_inference_success">Success</button>
|
| 261 |
+
<button class="filter" data-status="partial_validation">Partial</button>
|
| 262 |
<button class="filter" data-status="manual_hardware_required">Manual</button>
|
| 263 |
<button class="filter" data-status="failed">Failed</button>
|
| 264 |
<button class="filter" data-status="stale">Stale</button>
|