Skip to content

Commit

Permalink
#471 Webhook fields 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Dec 13, 2023
1 parent 29dd921 commit b0a9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/js/webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function makeWebhookCard(data) {
"</li>" +
"<li class='row'>" +
"<div class='inject-label input-field col s9' id='webhookUrlEl'>" +
"<label>Valid injectable variables for URL and Body fields: {file_id}, {file_name}, {file_owner}, {geojson}</label>" +
"<label style='top: 0px; font-size: 14px;'>Valid injectable variables for URL and Body fields: {created_on}, {file_description}, {file_id}, {file_name}, {file_owner}, {file_owner_group}, {hidden}, {intent}, {is_master}, {public}, {public_editors}, {publicity_type}, {template}, {updated_on}, {geojson}</label>" +
"</div>" +
"<div class='col s3 push-s1' id='deleteWebhook_" + webhooksCounter +"'>" +
"<a class='btn waves-effect' style='color: black; background: white;'>Delete<i class='mdi mdi-delete mdi-24px' style='float: right; margin-top: 1px;'></i></a>" +
Expand Down

0 comments on commit b0a9fee

Please sign in to comment.