|
@@ -158,43 +158,6 @@ class SecuritySetting extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
|
- {/* テーブルにする */}
|
|
|
|
|
- {/* <div className="row mb-5">
|
|
|
|
|
- <strong className="col-md-3 text-md-right text-nowrap mb-2 mr-md-5" dangerouslySetInnerHTML={{ __html: t('security_setting.page_listing_1') }} />
|
|
|
|
|
- <div className="col-md-6">
|
|
|
|
|
- <div className="custom-control custom-checkbox custom-checkbox-success ml-md-5">
|
|
|
|
|
- <input
|
|
|
|
|
- type="checkbox"
|
|
|
|
|
- className="custom-control-input"
|
|
|
|
|
- id="isShowRestrictedByOwner"
|
|
|
|
|
- checked={adminGeneralSecurityContainer.state.isShowRestrictedByOwner}
|
|
|
|
|
- onChange={() => { adminGeneralSecurityContainer.switchIsShowRestrictedByOwner() }}
|
|
|
|
|
- />
|
|
|
|
|
- <label className="custom-control-label" htmlFor="isShowRestrictedByOwner">
|
|
|
|
|
- {t('security_setting.page_listing_1_desc')}
|
|
|
|
|
- </label>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div> */}
|
|
|
|
|
-
|
|
|
|
|
- {/* <div className="row mb-5">
|
|
|
|
|
- <strong className="col-md-3 text-md-right text-nowrap mr-md-5 mb-2" dangerouslySetInnerHTML={{ __html: t('security_setting.page_listing_2') }} />
|
|
|
|
|
- <div className="col-md-6 ml-md-5">
|
|
|
|
|
- <div className="custom-control custom-checkbox custom-checkbox-success">
|
|
|
|
|
- <input
|
|
|
|
|
- type="checkbox"
|
|
|
|
|
- className="custom-control-input"
|
|
|
|
|
- id="isShowRestrictedByGroup"
|
|
|
|
|
- checked={adminGeneralSecurityContainer.state.isShowRestrictedByGroup}
|
|
|
|
|
- onChange={() => { adminGeneralSecurityContainer.switchIsShowRestrictedByGroup() }}
|
|
|
|
|
- />
|
|
|
|
|
- <label className="custom-control-label" htmlFor="isShowRestrictedByGroup">
|
|
|
|
|
- {t('security_setting.page_listing_2_desc')}
|
|
|
|
|
- </label>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div> */}
|
|
|
|
|
-
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
<div className="col-md-3 text-md-right mb-2">
|
|
<div className="col-md-3 text-md-right mb-2">
|
|
|
<strong>{t('security_setting.complete_deletion')}</strong>
|
|
<strong>{t('security_setting.complete_deletion')}</strong>
|