Use current url ask succession.
This commit is contained in:
parent
dc2b5c584a
commit
3a60d07a24
1 changed files with 2 additions and 1 deletions
|
@ -105,8 +105,9 @@ class Base extends App.ControllerContent
|
|||
@html App.view('getting_started/base')()
|
||||
|
||||
# url
|
||||
url = window.location.origin
|
||||
configureAttributesBase = [
|
||||
{ name: 'url', display: 'System URL (where the system can be reached)', tag: 'input', null: false, placeholder: 'http://yourhost' },
|
||||
{ name: 'url', display: 'System URL (where the system can be reached)', tag: 'input', null: false, placeholder: 'http://yourhost', default: url },
|
||||
]
|
||||
new App.ControllerForm(
|
||||
el: @$('.base-url'),
|
||||
|
|
Loading…
Reference in a new issue