-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathdataSets.html
More file actions
19 lines (18 loc) · 737 Bytes
/
dataSets.html
File metadata and controls
19 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<body>
<div class="vp-grid-box">
<div class="vp-grid-border-box">
<div class="vp-grid-col-110">
<label for="loadType" class="vp-orange-text">Load type</label>
<select id="loadType" class="vp-select vp-state">
<!-- Auto Create -->
</select>
</div>
<div class="vp-grid-col-110 vp-data-option-box">
</div>
</div>
<div class="vp-grid-border-box vp-grid-col-110">
<label for="allocateTo" class="vp-orange-text">Allocate to</label>
<input type="text" class="vp-input vp-state" id="allocateTo" placeholder="New variable name" value="ldata"/>
</div>
</div>
</body>