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}
className="-striped -highlight"
style={{
height: "550px"
height: "500px"
}}
>
{(state, makeTable, ) => {
@ -68,7 +68,7 @@ export default class ServerTable extends React.Component<any, any> {
{makeTable()}
{/* <Chart data={lastFiltered} /> */}
<CSVLink data={lastFiltered} filename={"data.csv"}>
Click here to download CSV file
Download CSV
</CSVLink>
<br />
<Tips />