mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
reapir bug (#4250)
This commit is contained in:
@@ -103,7 +103,7 @@ class Info extends Component {
|
||||
{loading && <Loading />}
|
||||
{errorMsg && <p className="error text-center mt-4">{errorMsg}</p>}
|
||||
{(!loading && !errorMsg) &&
|
||||
<dl className="m-0">
|
||||
<dl className="flex-1 m-0">
|
||||
<dt className="info-item-heading">{gettext('System Info')}</dt>
|
||||
{isPro ?
|
||||
<dd className="info-item-content">
|
||||
|
Reference in New Issue
Block a user