Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
8 years ago
Commit
c99f6718ae643e4f84509d25f426b4ff9401b48f
1 parent
d2cd20a4
fix style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
apps/web/views/action/project_index.hbs
public/css/custom.css
apps/web/views/action/project_index.hbs
View file @
c99f671
...
...
@@ -163,7 +163,8 @@
$('.build-btn').click(function() {
var env = $(this).parents('.panel').data('env');
var i = layer.prompt({
title: '请输入需要构建的分支,默认为
{{
deploy
.
branchName
}}
'
title: '请输入需要构建的分支,默认为
{{
deploy
.
branchName
}}
',
value: 'master'
}, function(branch) {
branch = branch || '
{{
deploy
.
branchName
}}
';
$.post('/projects/build/
{{
project
.
_id
}}
', {env: env, branch: branch}, function(ret) {
...
...
public/css/custom.css
View file @
c99f671
...
...
@@ -91,4 +91,8 @@ body .mainwrapper .leftpanel {
.label.test
{
background-color
:
#5cb85c
;
}
.project-env
{
cursor
:
pointer
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment