aesthetic change
parent
cf57dc0014
commit
4976daf047
|
|
@ -58,7 +58,7 @@ export default class ServerTable extends React.Component<any, any> {
|
||||||
defaultPageSize={100}
|
defaultPageSize={100}
|
||||||
className="-striped -highlight"
|
className="-striped -highlight"
|
||||||
style={{
|
style={{
|
||||||
height: "550px"
|
height: "500px"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{(state, makeTable, ) => {
|
{(state, makeTable, ) => {
|
||||||
|
|
@ -68,7 +68,7 @@ export default class ServerTable extends React.Component<any, any> {
|
||||||
{makeTable()}
|
{makeTable()}
|
||||||
{/* <Chart data={lastFiltered} /> */}
|
{/* <Chart data={lastFiltered} /> */}
|
||||||
<CSVLink data={lastFiltered} filename={"data.csv"}>
|
<CSVLink data={lastFiltered} filename={"data.csv"}>
|
||||||
Click here to download CSV file
|
Download CSV
|
||||||
</CSVLink>
|
</CSVLink>
|
||||||
<br />
|
<br />
|
||||||
<Tips />
|
<Tips />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue