Skip to content

Commit

Permalink
changed timezon stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Oct 28, 2021
1 parent a081b1a commit ebc8a3a
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions settings_security.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,19 @@ <h1 class="page-header-title">
<!-- Change password card-->
<div class="card card-header-actions mb-4">
<div class="card-header">
Timezone
Access backend
</div>
<div class="card-body">
<div class="mb-0">
<label class="small mb-2">Timezone</label>
<section id="PermissionsCheck">Select a timezone below
<label class="small mb-2">Function App</label>
<section id="PermissionsCheck">Click the button below to create URLs to your backend Azure
Function. You can manage backend features here such as Access keys and timezone settings
</section>
</div><br />
<form id="TenantChecker">
<div><label for="Timezone" class="form-label">Timezone selector</label>
<input name="TZ" class="form-control" list="TimezoneOptions" id="Timezone"
placeholder="Type to search...">
<datalist id="TimezoneOptions">
</datalist>
<br>
</div>
<!-- Form Group (email updates checkboxes)-->
<!-- Form Group (email updates checkboxes)-->

<button onclick='PostForm("TenantChecker","api/Timezone")' class="btn btn-primary"
type="button">Set Timezone</button>
<button onclick='PostForm("TenantChecker","api/GenerateBackendURLs")' class="btn btn-primary"
type="button">Get backend links</button>

</form>
</div>
Expand Down

0 comments on commit ebc8a3a

Please sign in to comment.