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:
18
frontend/package-lock.json
generated
18
frontend/package-lock.json
generated
@@ -137,9 +137,9 @@
|
||||
}
|
||||
},
|
||||
"@seafile/seafile-editor": {
|
||||
"version": "0.2.76",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.76.tgz",
|
||||
"integrity": "sha512-UDaVOtSeFMdDvCfHgjxXc1zoMf4dNOu3/z8BLLpYi0i1O4gz+BWT5cv8LkodJLg4QnDuGRH8/VyF3Ed6ns6J6g==",
|
||||
"version": "0.2.77",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.77.tgz",
|
||||
"integrity": "sha512-uaG/9aOiMVM1wl/IfRuTaA8ryRUjf7pLwsSh8F1VfnbBpEKfS//Ch1/9GWtWjtfTuSBW6VfkEv/a7WmOaevhTw==",
|
||||
"requires": {
|
||||
"@seafile/seafile-calendar": "^0.0.6",
|
||||
"@seafile/slate-react": "^0.1.8",
|
||||
@@ -5520,7 +5520,7 @@
|
||||
},
|
||||
"git-up": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "http://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
|
||||
"resolved": "https://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
|
||||
"integrity": "sha1-JkSAoAax2EJhrB/gmjpRacV+oZ0=",
|
||||
"requires": {
|
||||
"is-ssh": "^1.0.0",
|
||||
@@ -5529,7 +5529,7 @@
|
||||
},
|
||||
"git-url-parse": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "http://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
|
||||
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
|
||||
"integrity": "sha1-/j15xnRq4FBIz6UIyB553du6OEM=",
|
||||
"requires": {
|
||||
"git-up": "^1.0.0"
|
||||
@@ -8242,7 +8242,7 @@
|
||||
},
|
||||
"node-status-codes": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "http://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
|
||||
"integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8="
|
||||
},
|
||||
"noop6": {
|
||||
@@ -8549,7 +8549,7 @@
|
||||
},
|
||||
"package.json": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "http://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
|
||||
"resolved": "https://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
|
||||
"integrity": "sha1-+IYFnSpJ7QduZIg2ldc7K0bSHW0=",
|
||||
"requires": {
|
||||
"git-package-json": "^1.4.0",
|
||||
@@ -8559,7 +8559,7 @@
|
||||
"dependencies": {
|
||||
"got": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "http://registry.npmjs.org/got/-/got-5.7.1.tgz",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
|
||||
"integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=",
|
||||
"requires": {
|
||||
"create-error-class": "^3.0.1",
|
||||
@@ -8581,7 +8581,7 @@
|
||||
},
|
||||
"package-json": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "http://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
|
||||
"integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=",
|
||||
"requires": {
|
||||
"got": "^5.0.0",
|
||||
|
@@ -6,7 +6,7 @@
|
||||
"@reach/router": "^1.2.0",
|
||||
"@seafile/resumablejs": "^1.1.15",
|
||||
"@seafile/seafile-calendar": "0.0.8",
|
||||
"@seafile/seafile-editor": "^0.2.76",
|
||||
"@seafile/seafile-editor": "^0.2.77",
|
||||
"MD5": "^1.3.0",
|
||||
"autoprefixer": "7.1.6",
|
||||
"chart.js": "^2.9.1",
|
||||
|
@@ -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