Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
kk
tower
Commits
0b419ebd
Commit
0b419ebd
authored
Jan 18, 2017
by
Aleksey Shirokih
Browse files
fix bitbucket url
parent
7d0db1ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
tower/ui/environment_logic.js
View file @
0b419ebd
...
...
@@ -32,7 +32,7 @@ var environment_logic = {
environment_logic
.
show_form
();
$$
(
"
environment_form
"
).
setValues
({
env_type
:
"
eval
"
,
repo
:
"
https://bitbucket.
com
/nocproject/noc
"
,
repo
:
"
https://bitbucket.
org
/nocproject/noc
"
,
branch
:
"
feature/microservices
"
,
changeset
:
"
tip
"
,
installation_name
:
"
Unconfigured installation
"
,
...
...
tower/ui/environment_ui.js
View file @
0b419ebd
...
...
@@ -190,7 +190,7 @@ var environment_form = {
name
:
"
repo
"
,
label
:
"
Repo URL
"
,
required
:
true
,
value
:
"
https://bitbucket.
com
/nocproject/noc
"
value
:
"
https://bitbucket.
org
/nocproject/noc
"
},
{
view
:
"
text
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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