mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Notification Schema in UI
This commit is contained in:
parent
42994ae39d
commit
3b09cc1240
5 changed files with 59 additions and 3 deletions
12
UI/Settings/Notifications/AddTemplate.html
Normal file
12
UI/Settings/Notifications/AddTemplate.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h3>Add Notification</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="form-horizontal">
|
||||
<div id="notifications-to-add" class="btn-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn" data-dismiss="modal">close</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue