Add peer expiration

This commit is contained in:
Tech Garage 2023-06-23 17:00:49 +03:30
parent 2d67540e13
commit 2ecb92eef6
94 changed files with 43258 additions and 49 deletions

View file

@ -22,7 +22,7 @@
<div class="mb-3 row">
<label for="WGPUInterface" class="col-sm-3 col-form-label user-select-none">Interface</label>
<div class="col-sm-9">
<select class="form-select" id="WGPUInterface" name="Interface" aria-label="Default select example">
<select class="form-select" id="WGPUInterface" name="Interface">
@foreach (var server in Servers)
{
@if (server.IsEnabled)
@ -86,6 +86,15 @@
<input type="text" class="form-control" id="WGPUKeepAlive" name="KeepAlive" placeholder="Seconds">
</div>
</div>
<div class="mb-3 row">
<label for="WGPUExpireInput" class="col-sm-3 col-form-label user-select-none">Expire</label>
<div class="input-group w-75 col-sm-9 date-input" id="WGPUExpire" data-td-target-input="nearest" data-td-target-toggle="nearest">
<input id="WGPUExpireInput" type="text" class="form-control" data-td-target="#WGPUExpire" />
<span class="input-group-text" data-td-target="#WGPUExpire" data-td-toggle="datetimepicker">
<i class="fas fa-calendar"></i>
</span>
</div>
</div>
<input type="hidden" asp-for="ID" />
</div>
<div class="modal-footer">