BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c1b43a02
Commit
c1b43a02
authored
Nov 01, 2016
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
b2c26112
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
50 deletions
+64
-50
pipeline_actions.vue.js.es6
...vascripts/vue_pipelines_index/pipeline_actions.vue.js.es6
+64
-50
No files found.
app/assets/javascripts/vue_pipelines_index/pipeline_actions.vue.js.es6
View file @
c1b43a02
...
...
@@ -6,56 +6,70 @@
// props: ['builds'],
template: `
<div class="controls pull-right">
<div class="btn-group inline">
<div class="btn-group">
<a class="dropdown-toggle btn btn-default" data-toggle="dropdown" type="button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 11" class="icon-play">
<path fill-rule="evenodd" d="m9.283 6.47l-7.564 4.254c-.949.534-1.719.266-1.719-.576v-9.292c0-.852.756-1.117 1.719-.576l7.564 4.254c.949.534.963 1.392 0 1.934"></path>
</svg>
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>
<!--
Need builds ID for Play
-->
<a rel="nofollow" data-method="post" href="./builds/449/play"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 11" class="icon-play">
<path fill-rule="evenodd" d="m9.283 6.47l-7.564 4.254c-.949.534-1.719.266-1.719-.576v-9.292c0-.852.756-1.117 1.719-.576l7.564 4.254c.949.534.963 1.392 0 1.934"></path>
</svg>
<span>Production</span>
</a></li>
</ul>
</div>
<div class="btn-group">
<a class="dropdown-toggle btn btn-default build-artifacts" data-toggle="dropdown" type="button">
<i class="fa fa-download"></i>
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>
<!--
Need builds ID for OSX and LINUX
-->
<a rel="nofollow" href="./builds/437/artifacts/download"><i class="fa fa-download"></i>
<span>Download 'build:osx' artifacts</span>
</a></li>
<li>
<a rel="nofollow" href="./builds/436/artifacts/download"><i class="fa fa-download"></i>
<span>Download 'build:linux' artifacts</span>
</a></li>
</ul>
</div>
</div>
<div class="cancel-retry-btns inline">
<a
class="btn has-tooltip"
title="Retry"
rel="nofollow"
data-method="post"
href="pipelines/retry">
<i class="fa fa-repeat"></i>
</a>
</div>
<div class="btn-group inline">
<div class="btn-group">
<a class="dropdown-toggle btn btn-default" data-toggle="dropdown" type="button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 11" class="icon-play">
<path
fill-rule="evenodd"
d="m9.283 6.47l-7.564 4.254c-.949.534-1.719.266-1.719-.576v-9.292c0-.852.756-1.117 1.719-.576l7.564 4.254c.949.534.963 1.392 0 1.934"
>
</path>
</svg>
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>
<!--
Need builds ID for Play
-->
<a rel="nofollow" data-method="post" href="./builds/449/play">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 11" class="icon-play">
<path
fill-rule="evenodd"
d="m9.283 6.47l-7.564 4.254c-.949.534-1.719.266-1.719-.576v-9.292c0-.852.756-1.117 1.719-.576l7.564 4.254c.949.534.963 1.392 0 1.934"
>
</path>
</svg>
<span>Production</span>
</a>
</li>
</ul>
</div>
<div class="btn-group">
<a class="dropdown-toggle btn btn-default build-artifacts" data-toggle="dropdown" type="button">
<i class="fa fa-download"></i>
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-menu-align-right">
<li>
<!--
Need builds ID for OSX and LINUX
-->
<a rel="nofollow" href="./builds/437/artifacts/download">
<i class="fa fa-download"></i>
<span>Download 'build:osx' artifacts</span>
</a>
</li>
<li>
<a rel="nofollow" href="./builds/436/artifacts/download">
<i class="fa fa-download"></i>
<span>Download 'build:linux' artifacts</span>
</a>
</li>
</ul>
</div>
</div>
<div class="cancel-retry-btns inline">
<a
class="btn has-tooltip"
title="Retry"
rel="nofollow"
data-method="post"
href="pipelines/retry">
<i class="fa fa-repeat"></i>
</a>
</div>
</div>
`,
});
...
...
Write
Preview
Markdown
is supported
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