allowing editing of whitelisted sites in settings

just show data in a text input
no fancy formatting needed!
This commit is contained in:
Banaanae
2024-06-25 16:58:36 +10:00
committed by Kevin
parent e86654ed29
commit 6a63859635
4 changed files with 12 additions and 1 deletions

View File

@@ -105,6 +105,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input type="url" id="hashURL" value="" name="hashURL" class="form-control" />
</p>
<br />
<p>
<label id="whitelist_list_label"></label><br />
<input type="text" id="whitelist" value="" name="whitelist" class="form-control" />
</p>
<br />
<p>
<label id="types_label"></label><br />
<input type="text" id="types" value="" name="types" class="form-control" />