Remove "instructions" row in CSV type tempvars

Removed the “instructions” box that previously appeared when choosing
CSV type tempvars. It is safe to assume that users know the format, and
the real estate gain makes this change very worth it
pull/10616/head
Alex P 2017-05-11 16:49:06 -07:00
parent 69a5abee94
commit 87feac7225
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const TemplateQueryBuilder = ({
}) => {
switch (selectedType) {
case 'csv':
return <div className="tvm-csv-instructions">Enter values below</div>
return null
case 'databases':
return <div className="tvm-query-builder--text">SHOW DATABASES</div>
case 'measurements':

View File

@ -108,6 +108,7 @@ $tvmp-table-gutter: 8px;
border-radius: $radius;
border: 2px solid $g5-pepper;
background-color: $g2-kevlar;
overflow: hidden;
transition:
border-color 0.25s ease;