aesthetic change

master
Malar Kannan 2018-06-24 23:06:50 +05:30
parent cf57dc0014
commit 4976daf047
1 changed files with 2 additions and 2 deletions

View File

@ -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 />