Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[add data] build pipeline help bubbles #7000

Merged
merged 3 commits into from
Apr 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<div class="header-line">
<label>Pipeline Output</label>
<label>
Pipeline Output
<a
aria-label="The pipeline output shows the result of the defined pipeline using the sample records supplied in the previous step."
tooltip="The pipeline output shows the result of the defined pipeline using the sample records supplied in the previous step."
tooltip-append-to-body="true"
target="_blank">
<i aria-hidden="true" class="fa fa-question-circle"></i>
</a>
</label>
<source-data
sample="sample"
samples="samples"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ <h2>
<div
ng-hide="expandContext < 1"
class="left-panel">
<label>Processor Pipeline</label>
<label>
Processor Pipeline
<a
aria-label="A pipeline is a definition of a series of processors that are to be executed in the same order as they are declared."
tooltip="A pipeline is a definition of a series of processors that are to be executed in the same order as they are declared."
tooltip-append-to-body="true"
target="_blank">
<i aria-hidden="true" class="fa fa-question-circle"></i>
</a>
</label>
<div class="pipeline">
<ul
class="pipeline-container"
Expand Down