Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
5f15e127
Commit
5f15e127
authored
Aug 10, 2017
by
Aleksey Shirokih
Browse files
add textarea type
parent
6e5a6ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tower/api/service.py
View file @
5f15e127
...
...
@@ -170,6 +170,8 @@ class ServiceAPI(API):
c
[
"view"
]
=
"checkbox"
elif
v
[
"type"
]
==
"password"
:
c
[
"view"
]
=
"password"
elif
v
[
"type"
]
==
"text"
:
c
[
"view"
]
=
"textarea"
description
=
v
.
get
(
"description"
)
if
description
:
c
[
"bottomLabel"
]
=
description
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment