Skip to content

Commit

Permalink
Add labels for dropdowns re:#373 #369 #316
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jan 28, 2025
1 parent 200144f commit 37529eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mink-plugin/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Archival Sources</h3>
sources.</p>

<fieldset class="hidden">
<legend>Memento Aggregator</legend>
<legend><label for="aggregator">Memento Aggregator</label></legend>
<select id="aggregator">
<option>https://memgator.cs.odu.edu</option>
<option>https://aggregator.matkelly.com</option>
Expand All @@ -52,8 +52,8 @@ <h3>Archival Sources</h3>
</fieldset>

<fieldset disabled class="hidden">
<legend>Additional Archives</legend>
<select>
<legend><label for="additionalArchives">Additional Archives</label></legend>
<select id="additionalArchives">
<option>localhost via WAIL</option>
</select>
<span class="note">Not yet implemented</span>
Expand All @@ -67,7 +67,7 @@ <h3>Cached TimeMaps</h3>
provide. Mink retains these TimeMaps until enough newer TimeMaps are received or the cache is cleared. This
section allows you to manipulate the cache.</p>
<fieldset>
<legend>Cached TimeMaps</legend>
<legend><label for="cachedTimeMaps">Cached TimeMaps</label></legend>
<select id="cachedTimemaps"></select>
<button id="removeSelectedTMFromCache">Remove</button>
<!--<button id="removeSelectedTMFromCacheAndIgnorelist">... & Ignore list</button>-->
Expand Down

0 comments on commit 37529eb

Please sign in to comment.