import React, { Component } from "react"; import Router from "next/router"; import ContentWrapper from "@/components/Layout/ContentWrapper"; import { Row, Col, Progress, Button } from "reactstrap"; import Sparkline from "@/components/Common/Sparklines"; import Scrollable from "@/components/Common/Scrollable"; import Datatable from "@/components/Tables/Datatable"; import moment from "moment"; class BugTracker extends Component { newReportClick = (e, PT_ID) => { //router = useRouter(); //const query = { ptId: PT_ID }; // '/app/profile' e.preventDefault(); Router.push({ pathname: "/app/pelaporan.search", }); }; render() { return (
Pelaporan
{/* Aside card */}

Overvall progress

20%

Metrics

Open Case

Close Case

{/*

Hours

Assigned

*/}
{/* */} {/* */} {/* */}
Assigned Hours 68 hs
Time Consumed 32 hs
Open Case 80
Close Case 20
Performance
Commits 140
Last Case Closed
BI:54678
BI:55778
BI:56878
BI:57978
BI:1107
Last Case Closed BI:1107 - 12/01/2016
{/* end Aside card */}
{/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */}
Type#ID Description CreatedPriority AsignedStatusAction
bug
BI:54678
Dummy

Universitas Satyagama

0742/O/1990 - www.satyagama.ac.id - info@satyagama.ac.id

Jalan Kamal Raya No 2-A Cengkareng

{/*
*/}
{/* Maecenas mollis egestas convallis. */}
{moment("2020-04-04 11:45:26.123").fromNow()}
Sylvia Daniels
open
bug
BI:55778 Aliquam felis nibh, ultrices non elementum 01/05/2016
Sherry Carroll
open
issue
BI:56878 Aliquam condimentum enim a risus cursus blandit. 05/01/2016
Mitchell Jones
pending
issue
BI:57978 Sed at libero augue, in euismod tellus. 01/11/2016
Tracey Parker
pending
bug
BI:1107 Praesent lacinia ultricies neque. 01/01/2015
Warren Gray
closed
issue
BI:1117 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 11/05/2013
Jackson Ramos
open
bug
BI:10127 Pellentesque habitant morbi tristique 05/02/2014
Ernest Berry
closed
bug
BI:54678 Integer venenatis ultrices vulputate. 01/01/2016
Sylvia Daniels
open
issue
BI:55778 Maecenas mollis egestas convallis. 01/05/2016
Sherry Carroll
open
bug
BI:56878 Maecenas mollis egestas convallis. 05/01/2016
Mitchell Jones
pending
issue
BI:57978 Maecenas mollis egestas convallis. 01/11/2016
Tracey Parker
pending
bug
BI:1107 Maecenas mollis egestas convallis. 01/01/2015
Warren Gray
closed
issue
BI:1117 Maecenas mollis egestas convallis. 11/05/2013
Jackson Ramos
open
issue
BI:10127 Maecenas mollis egestas convallis. 05/02/2014
Ernest Berry
closed
bug
BI:54678 Maecenas mollis egestas convallis. 01/01/2016
Sylvia Daniels
open
bug
BI:55778 Maecenas mollis egestas convallis. 01/05/2016
Sherry Carroll
open
bug
BI:56878 Maecenas mollis egestas convallis. 05/01/2016
Mitchell Jones
pending
bug
BI:57978 Maecenas mollis egestas convallis. 01/11/2016
Tracey Parker
pending
bug
BI:1107 Maecenas mollis egestas convallis. 01/01/2015
Warren Gray
closed
bug
BI:1117 Maecenas mollis egestas convallis. 11/05/2013
Jackson Ramos
open
issue
BI:10127 Maecenas mollis egestas convallis. 05/02/2014
Ernest Berry
closed
issue
BI:54678 Maecenas mollis egestas convallis. 01/01/2016
Sylvia Daniels
open
issue
BI:55778 Maecenas mollis egestas convallis. 01/05/2016
Sherry Carroll
open
bug
BI:56878 Maecenas mollis egestas convallis. 05/01/2016
Mitchell Jones
pending
bug
BI:57978 Maecenas mollis egestas convallis. 01/11/2016
Tracey Parker
pending
bug
BI:1107 Maecenas mollis egestas convallis. 01/01/2015
Warren Gray
closed
issue
BI:1117 Maecenas mollis egestas convallis. 11/05/2013
Jackson Ramos
open
issue
BI:10127 Maecenas mollis egestas convallis. 05/02/2014
Ernest Berry
closed
bug
BI:54678 Maecenas mollis egestas convallis. 01/01/2016
Sylvia Daniels
open
issue
BI:55778 Maecenas mollis egestas convallis. 01/05/2016
Sherry Carroll
open
issue
BI:56878 Maecenas mollis egestas convallis. 05/01/2016
Mitchell Jones
pending
issue
BI:57978 Maecenas mollis egestas convallis. 01/11/2016
Tracey Parker
pending
bug
BI:1107 Maecenas mollis egestas convallis. 01/01/2015
Warren Gray
closed
bug
BI:1117 Maecenas mollis egestas convallis. 11/05/2013
Jackson Ramos
open
issue
BI:10127 Maecenas mollis egestas convallis. 05/02/2014
Ernest Berry
closed
); } } export default BugTracker;