Commit 1921a934 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add room placeholder for Slack integration

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d2dc0385
...@@ -40,7 +40,7 @@ class SlackService < Service ...@@ -40,7 +40,7 @@ class SlackService < Service
[ [
{ type: 'text', name: 'subdomain', placeholder: '' }, { type: 'text', name: 'subdomain', placeholder: '' },
{ type: 'text', name: 'token', placeholder: '' }, { type: 'text', name: 'token', placeholder: '' },
{ type: 'text', name: 'room', placeholder: '' }, { type: 'text', name: 'room', placeholder: 'Ex. #general' },
] ]
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment