-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/shridhar-tl/jira-assistant…
… into package
- Loading branch information
Showing
13 changed files
with
221 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
import React, { PureComponent } from 'react'; | ||
import React from 'react'; | ||
|
||
class WorklogReportInfo extends PureComponent { | ||
render() { | ||
return (<div className="pad-15"> | ||
<h2>DEPRECATED</h2> | ||
<ul> | ||
<li>This Old worklog report is depricated. Please use new worklog report</li> | ||
<li>This report would be removed over time after New Worklog report is stable</li> | ||
<li>No new enhancments / bug fixes would be provided in this report</li> | ||
<li>If you face any issue with new Worklog report, please report that issue so that it is resolved before this report is removed</li> | ||
</ul> | ||
</div> | ||
); | ||
} | ||
function WorklogReportInfo() { | ||
return (<div className="pad-15"> | ||
<h2>DEPRECATED</h2> | ||
<ul> | ||
<li>The old Worklog report is deprecated. Please switch to the new Worklog report.</li> | ||
<li>This report will be phased out gradually once the new Worklog report is stable.</li> | ||
<li>No new enhancements or bug fixes will be provided for this report.</li> | ||
<li>If you encounter any issues with the new Worklog report, please report them for resolution before the old report is removed.</li> | ||
</ul> | ||
</div>); | ||
} | ||
|
||
export default WorklogReportInfo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.