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';
16
16
* a Router link.
17
17
*/
18
18
19
- const ProcessLogsTable = ( props ) => {
19
+ const ProcessLogsTable = ( ) => {
20
+
21
+ const dispatch = useDispatch ( ) ;
22
+ const getContainerLogsDispatcher = ( data ) =>
23
+ dispatch ( actions . getContainerLogs ( data ) ) ;
20
24
21
25
// grab clicked container
22
26
const urlString = window . location . href ;
@@ -131,7 +135,7 @@ const ProcessLogsTable = (props) => {
131
135
return (
132
136
< div className = 'renderContainers' >
133
137
134
- < div className = ' settings-container' >
138
+ < div className = " settings-container" >
135
139
< form >
136
140
< h1 style = { { margin : 10 } } > Container Process Logs</ h1 >
137
141
@@ -188,14 +192,9 @@ const ProcessLogsTable = (props) => {
188
192
} }
189
193
/>
190
194
</ div >
191
-
192
-
193
195
</ div >
194
-
195
-
196
196
</ div >
197
-
198
197
) ;
199
198
} ;
200
199
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