commented out weather api key (no need anymore)
This commit is contained in:
parent
358594467f
commit
418336d7bf
@ -4026,43 +4026,25 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3">
|
<!-- <div class="row g-3 align-items-center mt-3">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputText" class="col-form-label">API Key: </label>
|
<label for="inputText" class="col-form-label">API Key: </label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
||||||
type="text"
|
type="text"
|
||||||
|
|
||||||
id="api-key1"
|
id="api-key1"
|
||||||
|
|
||||||
placeholder="Weather API Key"
|
placeholder="Weather API Key"
|
||||||
|
|
||||||
class="form-control api-key"
|
class="form-control api-key"
|
||||||
|
|
||||||
aria-describedby="TextHelpInline"
|
aria-describedby="TextHelpInline"
|
||||||
|
|
||||||
value="{{ api_keys }}"
|
value="{{ api_keys }}"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<button id="weather-api-btn" class="btn set-btn" onClick="showWeatherP()">Add</button>
|
<button id="weather-api-btn" class="btn set-btn" onClick="showWeatherP()">Add</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="weather-api-p" style="display: none">New weather API key detected, please restart the ticker in order for the feature to work properly.</p>
|
<p id="weather-api-p" style="display: none">New weather API key detected, please restart the ticker in order for the feature to work properly.</p>
|
||||||
|
</div> -->
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -4482,41 +4464,23 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3">
|
<!-- <div class="row g-3 align-items-center mt-3">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputText" class="col-form-label">API Key: </label>
|
<label for="inputText" class="col-form-label">API Key: </label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
||||||
type="text"
|
type="text"
|
||||||
|
|
||||||
id="api-key"
|
id="api-key"
|
||||||
|
|
||||||
placeholder="Weather API Key"
|
placeholder="Weather API Key"
|
||||||
|
|
||||||
class="form-control api-key"
|
class="form-control api-key"
|
||||||
|
|
||||||
aria-describedby="TextHelpInline"
|
aria-describedby="TextHelpInline"
|
||||||
|
|
||||||
value="{{ api_keys }}"
|
value="{{ api_keys }}"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<!-- <button id="weather-api-btn" class="btn set-btn">Add</button> -->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div> -->
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user