mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 09:21:54 +00:00
[eslint] updated eslintrc and improved the code (#4702)
This commit is contained in:
@@ -27,12 +27,12 @@ class CopyMoveDirentProgressDialog extends React.Component {
|
||||
<ModalHeader toggle={this.props.toggleDialog}>{title}</ModalHeader>
|
||||
<ModalBody style={{minHeight: '80px'}}>
|
||||
<div className="progress" style={{height: '40px'}}>
|
||||
<div
|
||||
className="progress-bar pl-2"
|
||||
role="progressbar"
|
||||
<div
|
||||
className="progress-bar pl-2"
|
||||
role="progressbar"
|
||||
style={progressStyle}
|
||||
aria-valuenow={asyncOperationProgress}
|
||||
aria-valuemin="0"
|
||||
aria-valuenow={asyncOperationProgress}
|
||||
aria-valuemin="0"
|
||||
aria-valuemax="100"
|
||||
>
|
||||
{asyncOperationProgress + '%'}
|
||||
|
Reference in New Issue
Block a user