Commit fa1a99a1 authored by Regis's avatar Regis

rid of extra api calls

parent 40a50365
...@@ -10,14 +10,6 @@ ...@@ -10,14 +10,6 @@
download(name) { download(name) {
return `Download ${name} artifacts`; return `Download ${name} artifacts`;
}, },
// retry(e) {
// e.preventDefault();
// this.$http.post(this.pipeline.retry_url, {
// pipeline: { id: this.pipeline.id },
// })
// .then(() => {})
// .catch(() => new Flash('Something went wrong on our end.'));
// },
}, },
template: ` template: `
<td class="pipeline-actions hidden-xs"> <td class="pipeline-actions hidden-xs">
...@@ -78,7 +70,6 @@ ...@@ -78,7 +70,6 @@
</div> </div>
</div> </div>
<div class="cancel-retry-btns inline"> <div class="cancel-retry-btns inline">
<!-- @click='retry($event)' -->
<a <a
v-if='pipeline.retry_url' v-if='pipeline.retry_url'
class="btn has-tooltip" class="btn has-tooltip"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment