|
@@ -1,6 +1,6 @@
|
|
<form id="filter" style="display: inline-flex" method="{{ method }}" action="{{ action }}">
|
|
<form id="filter" style="display: inline-flex" method="{{ method }}" action="{{ action }}">
|
|
<div>
|
|
<div>
|
|
- <table class="pure-table pure-table-bordered pure-table-striped" style="width: 60vw">
|
|
|
|
|
|
+ <table class="pure-table pure-table-bordered pure-table-striped">
|
|
<thead style="position: sticky; top: 0">
|
|
<thead style="position: sticky; top: 0">
|
|
<tr>
|
|
<tr>
|
|
{{! ''.join( header )}}
|
|
{{! ''.join( header )}}
|
|
@@ -15,7 +15,7 @@
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
- <table class="pure-table pure-table-bordered pure-table-striped" style="width: 20vw; position: sticky; top: 0">
|
|
|
|
|
|
+ <table class="pure-table pure-table-bordered pure-table-striped" style="max-width: 32vw; position: sticky; top: 0">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th>Tags</th>
|
|
<th>Tags</th>
|
|
@@ -32,7 +32,7 @@
|
|
type="text"
|
|
type="text"
|
|
id="tag"
|
|
id="tag"
|
|
name="tag"
|
|
name="tag"
|
|
- size="26"
|
|
|
|
|
|
+ size="10"
|
|
pattern="((.*\\|)*(.*))?(!(.*\\|)*(.*))?"
|
|
pattern="((.*\\|)*(.*))?(!(.*\\|)*(.*))?"
|
|
title="Must be of the form include!exclude where include and exclude are | separated lists"
|
|
title="Must be of the form include!exclude where include and exclude are | separated lists"
|
|
value="{{tag}}"
|
|
value="{{tag}}"
|
|
@@ -43,7 +43,7 @@
|
|
type="text"
|
|
type="text"
|
|
id="unit"
|
|
id="unit"
|
|
name="unit"
|
|
name="unit"
|
|
- size="10"
|
|
|
|
|
|
+ size="6"
|
|
pattern="{{pattern}}"
|
|
pattern="{{pattern}}"
|
|
title="Must be one of: {{units}}"
|
|
title="Must be one of: {{units}}"
|
|
value="{{unit}}"
|
|
value="{{unit}}"
|