|
|
@ -444,7 +444,7 @@ class Challengesjupyter extends Component {
|
|
|
|
let id=this.props.match.params.shixunId;
|
|
|
|
let id=this.props.match.params.shixunId;
|
|
|
|
let that=this;
|
|
|
|
let that=this;
|
|
|
|
Modal.confirm({
|
|
|
|
Modal.confirm({
|
|
|
|
title: '命令行连接时长提醒',
|
|
|
|
title:"jupyter将于"+<Countdown value={this.state.jupytertime} format="HH:mm" onFinish={this.onFinish}/>+"分钟后服务中断,是否需要延长使用时间?",
|
|
|
|
content: (
|
|
|
|
content: (
|
|
|
|
<p style={{ lineHeight: '24px' }}>
|
|
|
|
<p style={{ lineHeight: '24px' }}>
|
|
|
|
命令行即将中断,需要延长使用时间吗?
|
|
|
|
命令行即将中断,需要延长使用时间吗?
|
|
|
|