mirror of https://github.com/lidarr/Lidarr
Help text for tags on notifications
This commit is contained in:
parent
29fe7b2acd
commit
cc21d83e69
|
@ -1,4 +1,4 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
{{#if id}}
|
||||
|
@ -89,6 +89,10 @@
|
|||
<div class="col-sm-5">
|
||||
<input type="text" class="form-control x-tags">
|
||||
</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>
|
||||
|
||||
{{formBuilder}}
|
||||
|
|
Loading…
Reference in New Issue