|
|
@@ -1,7 +1,7 @@
|
|
|
import React, { Component } from "react";
|
|
|
import Router from "next/router";
|
|
|
import ContentWrapper from "@/components/Layout/ContentWrapper";
|
|
|
-import { Row, Col, Progress } from "reactstrap";
|
|
|
+import { Row, Col, Progress, Button } from "reactstrap";
|
|
|
import { getPelaporan } from "../../../actions/pelaporan";
|
|
|
|
|
|
import Sparkline from "@/components/Common/Sparklines";
|
|
|
@@ -158,7 +158,9 @@ class Pelaporan extends Component {
|
|
|
<div className="inline wd-xxs badge badge-success">open</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <button onClick={(e) => this.detailLaporanClick(e, value.pt_id, value.number)}>Detail</button>
|
|
|
+ <Button color="primary" onClick={(e) => this.detailLaporanClick(e, value.pt_id, value.number)}>
|
|
|
+ Detail
|
|
|
+ </Button>
|
|
|
</td>
|
|
|
</tr>
|
|
|
);
|