File tree Expand file tree Collapse file tree 4 files changed +7
-97
lines changed Expand file tree Collapse file tree 4 files changed +7
-97
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ import { CSVLink } from 'react-csv';
1616 * a Router link.
1717 */
1818
19- const ProcessLogsTable = ( props ) => {
19+ const ProcessLogsTable = ( ) => {
20+
21+ const dispatch = useDispatch ( ) ;
22+ const getContainerLogsDispatcher = ( data ) =>
23+ dispatch ( actions . getContainerLogs ( data ) ) ;
2024
2125 // grab clicked container
2226 const urlString = window . location . href ;
@@ -131,7 +135,7 @@ const ProcessLogsTable = (props) => {
131135 return (
132136 < div className = 'renderContainers' >
133137
134- < div className = ' settings-container' >
138+ < div className = " settings-container" >
135139 < form >
136140 < h1 style = { { margin : 10 } } > Container Process Logs</ h1 >
137141
@@ -188,14 +192,9 @@ const ProcessLogsTable = (props) => {
188192 } }
189193 />
190194 </ div >
191-
192-
193195 </ div >
194-
195-
196196 </ div >
197-
198197 ) ;
199198} ;
200199
201- export default ProcessLogsTable ;
200+ export default ProcessLogsTable ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments