-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathpipeline.html
More file actions
29 lines (29 loc) · 1.18 KB
/
pipeline.html
File metadata and controls
29 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<body>
<div class="vp-pp-box">
<div class="vp-pp-left-box">
<div class="vp-pp-template-selector">
<label class="vp-bold ml5">Pipeline</label>
<select id="templateType" class="vp-select">
<!-- Auto create -->
</select>
</div>
<div class="vp-pp-template">
<!-- <div class="vp-pp-item" data-flag="enabled" data-status="red">
<span>Data Split</span>
<div class="vp-pp-item-menu">
<label><input type="checkbox" class="vp-pp-item-toggle vp-toggle"/><span></span></label>
</div>
</div> -->
</div>
</div>
<div class="vp-pp-right-box">
<div class="vp-pp-step-title vp-bold"></div>
<hr style="margin: 5px 0;"/>
<div class="vp-pp-step-content vp-scrollbar"></div>
<div class="vp-pp-step-footer">
<div class="vp-pp-step-move-btn vp-pp-step-prev">< Prev</div>
<div class="vp-pp-step-move-btn vp-pp-step-next">Next ></div>
</div>
</div>
</div>
</body>