Skip to content

Commit

Permalink
Final merge edits from Docketeer 7.0 team. (#115)
Browse files Browse the repository at this point in the history
Removed legacy files that reappeared due to merge conflicts.
  • Loading branch information
Schmang13 authored Oct 27, 2022
2 parents 0ec9595 + 8de92b6 commit 653ed06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 97 deletions.
33 changes: 0 additions & 33 deletions src/components/App.js

This file was deleted.

15 changes: 7 additions & 8 deletions src/components/display/ProcessLogsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ import { CSVLink } from 'react-csv';
* a Router link.
*/

const ProcessLogsTable = (props) => {
const ProcessLogsTable = () => {

const dispatch = useDispatch();
const getContainerLogsDispatcher = (data) =>
dispatch(actions.getContainerLogs(data));

// grab clicked container
const urlString = window.location.href;
Expand Down Expand Up @@ -131,7 +135,7 @@ const ProcessLogsTable = (props) => {
return (
<div className='renderContainers'>

<div className='settings-container'>
<div className="settings-container">
<form>
<h1 style={{margin: 10}}>Container Process Logs</h1>

Expand Down Expand Up @@ -188,14 +192,9 @@ const ProcessLogsTable = (props) => {
}}
/>
</div>


</div>


</div>

);
};

export default ProcessLogsTable;
export default ProcessLogsTable;
42 changes: 0 additions & 42 deletions src/components/helper/loginHelper.js

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/helper/psqlQuery.js

This file was deleted.

0 comments on commit 653ed06

Please sign in to comment.