Change ip_external on Config page
This commit is contained in:
parent
055aea58bb
commit
3b91be8449
4 changed files with 21 additions and 5 deletions
|
@ -104,7 +104,8 @@ class ConfigView extends Class
|
|||
if not value
|
||||
value = ""
|
||||
h("textarea.input-#{item.type}.input-text",{
|
||||
type: item.type, config_key: item.key, oninput: @handleInputChange, afterCreate: @autosizeTextarea, updateAnimation: @autosizeTextarea, value: value
|
||||
type: item.type, config_key: item.key, oninput: @handleInputChange, afterCreate: @autosizeTextarea,
|
||||
updateAnimation: @autosizeTextarea, value: value, placeholder: item.placeholder
|
||||
})
|
||||
|
||||
renderValueCheckbox: (item) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue