mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 06:11:16 +00:00
update webdav access (#6554)
This commit is contained in:
@@ -90,7 +90,7 @@ class WebdavPassword extends React.Component {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<div id="update-webdav-passwd" className="setting-item">
|
||||
<h3 className="setting-item-heading">{gettext('WebDAV Password')}</h3>
|
||||
<h3 className="setting-item-heading">{gettext('WebDAV Access')}</h3>
|
||||
<p>WebDAV URL: <a href={webdavUrl}>{webdavUrl}</a></p>
|
||||
<p>{gettext('WebDAV username:')} {username}</p>
|
||||
{!isWebdavPasswordSetted ?
|
||||
|
Reference in New Issue
Block a user