Freeze order of documents in Slack message
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"type": "button",
|
||||
"text": {
|
||||
"type": "plain_text",
|
||||
"text": "✅ Grant All"
|
||||
"text": "Grant All"
|
||||
},
|
||||
"action_id": "accept_all",
|
||||
"value": "{{.SlackMessageID}}",
|
||||
@@ -34,7 +34,7 @@
|
||||
"type": "button",
|
||||
"text": {
|
||||
"type": "plain_text",
|
||||
"text": "❌ Reject/Revoke All"
|
||||
"text": "Reject/Revoke All"
|
||||
},
|
||||
"action_id": "reject_all",
|
||||
"value": "{{.SlackMessageID}}",
|
||||
@@ -44,7 +44,7 @@
|
||||
"type": "button",
|
||||
"text": {
|
||||
"type": "plain_text",
|
||||
"text": "👁️ View Requests"
|
||||
"text": "View Requests"
|
||||
},
|
||||
"url": "https://{{.Domain}}/organizations/{{.OrganizationID}}/trust-center/access"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user