mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-28 02:27:13 +00:00
Help text for tags on notifications
This commit is contained in:
parent
29fe7b2acd
commit
cc21d83e69
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||||
{{#if id}}
|
{{#if id}}
|
||||||
|
@ -89,6 +89,10 @@
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5">
|
||||||
<input type="text" class="form-control x-tags">
|
<input type="text" class="form-control x-tags">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-sm-1 help-inline">
|
||||||
|
<i class="icon-nd-form-info" title="Using tags will only send notifications for series with matching tags"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{formBuilder}}
|
{{formBuilder}}
|
||||||
|
|
Loading…
Reference in a new issue