Add placeholders to hipchat service
This commit is contained in:
parent
ada6c6080b
commit
33fea08944
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class HipchatService < Service
|
|||
|
||||
def fields
|
||||
[
|
||||
{ type: 'text', name: 'token', placeholder: '' },
|
||||
{ type: 'text', name: 'room', placeholder: '' },
|
||||
{ type: 'text', name: 'token', placeholder: 'Room token' },
|
||||
{ type: 'text', name: 'room', placeholder: 'Room name or ID' },
|
||||
{ type: 'text', name: 'server',
|
||||
placeholder: 'Leave blank for default. https://hipchat.example.com' }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue