generated from nathanwoodburn/python-webserver-template
feat: Add bulk uploading
All checks were successful
Build Docker / BuildImage (push) Successful in 1m44s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m44s
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
.alerts-section, .add-alerts-section {
|
||||
margin-bottom: 60px;
|
||||
max-width: 1000px;
|
||||
margin: 16px auto;
|
||||
}
|
||||
|
||||
.alerts-section h2, .add-alerts-section h2 {
|
||||
|
||||
3
templates/assets/csv/example.csv
Normal file
3
templates/assets/csv/example.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
woodburn,1008,email,example@woodburn.au
|
||||
woodburn1,1008,discord_webhook,https://discord.com/api/webhooks/123456789012345678/abcdefghijklmnopqrstuvwxyz
|
||||
woodburn2,1008,telegram
|
||||
|
Reference in New Issue
Block a user