Loading js-apps/meep-frontend/src/js/containers/exec/event-container.js +2 −2 Original line number Diff line number Diff line Loading @@ -112,14 +112,14 @@ class EventContainer extends Component { style={{ padding: 10, marginBottom: 10 }} > <Grid style={{ marginBottom: 10 }}> <GridCell span={6}> <GridCell span={2}> <div style={{ marginBottom: 10 }}> <span className="mdc-typography--headline6"> Event </span> </div> </GridCell> <GridCell span={6}> <GridCell span={10}> <div align={'right'}> <Button outlined Loading js-apps/meep-frontend/src/js/containers/exec/exec-page-container.js +2 −3 Original line number Diff line number Diff line Loading @@ -187,10 +187,9 @@ class ExecPageContainer extends Component { // TODO consider showing an alert // console.log(error); } }); // Refresh file list this.updateReplayFileList(); }); } // CLOSE DIALOG Loading Loading
js-apps/meep-frontend/src/js/containers/exec/event-container.js +2 −2 Original line number Diff line number Diff line Loading @@ -112,14 +112,14 @@ class EventContainer extends Component { style={{ padding: 10, marginBottom: 10 }} > <Grid style={{ marginBottom: 10 }}> <GridCell span={6}> <GridCell span={2}> <div style={{ marginBottom: 10 }}> <span className="mdc-typography--headline6"> Event </span> </div> </GridCell> <GridCell span={6}> <GridCell span={10}> <div align={'right'}> <Button outlined Loading
js-apps/meep-frontend/src/js/containers/exec/exec-page-container.js +2 −3 Original line number Diff line number Diff line Loading @@ -187,10 +187,9 @@ class ExecPageContainer extends Component { // TODO consider showing an alert // console.log(error); } }); // Refresh file list this.updateReplayFileList(); }); } // CLOSE DIALOG Loading