|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
import '../VNC.css';
|
|
|
|
|
import React, { Component } from 'react';
|
|
|
|
|
|
|
|
|
|
import IconButton from 'material-ui/IconButton';
|
|
|
|
|
import Tooltip from 'material-ui/Tooltip';
|
|
|
|
|
import Button from 'material-ui/Button';
|
|
|
|
|
|
|
|
|
|
import { connect } from 'react-redux';
|
|
|
|
|
import './CodeEvaluateView.css'
|
|
|
|
|
import './CodeEvaluateView.css';
|
|
|
|
|
import { CircularProgress } from 'material-ui/Progress';
|
|
|
|
|
import { on, off } from 'educoder'
|
|
|
|
|
import actions from '../../../redux/actions';
|
|
|
|
@ -386,7 +385,7 @@ class CodeEvaluateView extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
<div id="blacktab_con_2" className=" " style={ tabIndex === 1 ? {display: 'block'} : {display: 'none'} }>
|
|
|
|
|
<div className="fit -scroll">
|
|
|
|
|
<div className="-layout-v -fit">
|
|
|
|
|
<div className="-layout-v -fit paddingbottom60tpm">
|
|
|
|
|
<div className="-flex -scroll task-padding16 loading-center undis" id="evaluating_ajax_loading"></div>
|
|
|
|
|
<div className="-flex -scroll task-padding16" id="evaluating_contents">
|
|
|
|
|
{/*
|
|
|
|
|