Uppercase Labels, Set default sort to by name & theme to dark
Some checks are pending
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Waiting to run
Some checks are pending
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Waiting to run
This commit is contained in:
parent
0c2479d849
commit
20f0760451
1 changed files with 11 additions and 11 deletions
22
index.html
22
index.html
|
@ -22,28 +22,28 @@
|
||||||
<h1>File Browser</h1>
|
<h1>File Browser</h1>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<span>sort list by:</span>
|
<span>Sort List by:</span>
|
||||||
<label>
|
<label>
|
||||||
date
|
Date
|
||||||
<input type="radio" name="sort" value="date" checked>
|
<input type="radio" name="sort" value="date">
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
name
|
Name
|
||||||
<input type="radio" name="sort" value="name">
|
<input type="radio" name="sort" value="name" checked>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
size
|
Size
|
||||||
<input type="radio" name="sort" value="size">
|
<input type="radio" name="sort" value="size">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<span>theme:</span>
|
<span>Theme:</span>
|
||||||
<label>
|
<label>
|
||||||
light
|
Light
|
||||||
<input type="radio" name="theme" value="" checked>
|
<input type="radio" name="theme" value="">
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
dark
|
Dark
|
||||||
<input type="radio" name="theme" value="dark">
|
<input type="radio" name="theme" value="dark" checked>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue