diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-14 15:35:29 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2017-11-14 15:35:29 +0000 |
| commit | be4abe7719a500852ce4f913d345e9b3e8794dc3 (patch) | |
| tree | 03cc5bb43e1cd83a4a5ee6263545e4f532a4c6e8 /spec/javascripts/fixtures | |
| parent | 62287fec4f3dcfce99a1c8e083efb799720d97f2 (diff) | |
| download | gitlab-ce-be4abe7719a500852ce4f913d345e9b3e8794dc3.tar.gz | |
Stops page reload when changing tabs or pages - uses API requests instead
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/pipelines.html.haml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/javascripts/fixtures/pipelines.html.haml b/spec/javascripts/fixtures/pipelines.html.haml index 97b0c25c923..85ee61f0b54 100644 --- a/spec/javascripts/fixtures/pipelines.html.haml +++ b/spec/javascripts/fixtures/pipelines.html.haml @@ -1,16 +1,10 @@ %div #pipelines-list-vue{ data: { endpoint: 'foo', - "css-class" => 'foo', "help-page-path" => 'foo', + "help-auto-devops-path" => 'foo', "empty-state-svg-path" => 'foo', "error-state-svg-path" => 'foo', "new-pipeline-path" => 'foo', "can-create-pipeline" => 'true', - "all-path" => 'foo', - "pending-path" => 'foo', - "running-path" => 'foo', - "finished-path" => 'foo', - "branches-path" => 'foo', - "tags-path" => 'foo', "has-ci" => 'foo', "ci-lint-path" => 'foo' } } |
