mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 16:27:28 -04:00
Added explanation to settings field
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
placeholder="Optional, leave empty to disable">
|
||||
</div>
|
||||
<div>
|
||||
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key") }}</label>
|
||||
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key (Only used for user import currently.)") }}</label>
|
||||
<input type="text" name="ombi_api_key" id="ombi_api_key"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 sm:text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
value="{% if ombi_api_key %}{{ ombi_api_key }}{% endif %}"
|
||||
|
||||
@@ -71,7 +71,7 @@ Setup Wizarr
|
||||
placeholder="Optional, leave empty to disable">
|
||||
</div>
|
||||
<div>
|
||||
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key") }}</label>
|
||||
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key (Only used for user import currently.)") }}</label>
|
||||
<input type="text" name="ombi_api_key" id="ombi_api_key"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 sm:text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
value="{% if ombi_api_key %}{{ ombi_api_key }}{% endif %}"
|
||||
|
||||
Reference in New Issue
Block a user