File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,19 @@ export default function Admin(props) {
174
174
</ Grid >
175
175
</ Grid >
176
176
< Grid container item direction = "column" spacing = { 3 } sm = { 6 } >
177
+ < Grid item >
178
+ < Paper style = { { padding : 5 } } >
179
+ < CardContent >
180
+ < Typography variant = "h5" styles = { { paddingBottom : 5 } } > Run New Analysis</ Typography >
181
+ < form onSubmit = { handleExecute } >
182
+ < Button type = "submit" variant = "contained" color = "primary"
183
+ disabled = { statistics === 'Running' } >
184
+ Run Data Analysis
185
+ </ Button >
186
+ </ form >
187
+ </ CardContent >
188
+ </ Paper >
189
+ </ Grid >
177
190
< Grid item >
178
191
< Typography variant = "h5" > Last Match Analysis</ Typography >
179
192
</ Grid >
@@ -206,19 +219,6 @@ export default function Admin(props) {
206
219
</ TableContainer >
207
220
}
208
221
</ Grid >
209
- < Grid item >
210
- < Paper style = { { padding : 5 , marginTop : 10 } } >
211
- < CardContent >
212
- < Typography variant = "h5" styles = { { paddingBottom : 5 } } > Run New Analysis</ Typography >
213
- < form onSubmit = { handleExecute } >
214
- < Button type = "submit" variant = "contained" color = "primary"
215
- disabled = { statistics === 'Running' } >
216
- Run Data Analysis
217
- </ Button >
218
- </ form >
219
- </ CardContent >
220
- </ Paper >
221
- </ Grid >
222
222
223
223
</ Grid >
224
224
</ Grid >
You can’t perform that action at this time.
0 commit comments