|
32 | 32 | {{ t('federatedfilesharing', 'Allow people on this server to receive group shares from other servers') }} |
33 | 33 | </NcCheckboxRadioSwitch> |
34 | 34 |
|
35 | | - <NcCheckboxRadioSwitch type="switch" |
36 | | - :checked.sync="lookupServerEnabled" |
37 | | - @update:checked="update('lookupServerEnabled', lookupServerEnabled)"> |
38 | | - {{ t('federatedfilesharing', 'Search global and public address book for people') }} |
39 | | - </NcCheckboxRadioSwitch> |
| 35 | + <fieldset> |
| 36 | + <legend>{{ t('federatedfilesharing', 'The lookup server is only available for global scale.') }}</legend> |
40 | 37 |
|
41 | | - <NcCheckboxRadioSwitch type="switch" |
42 | | - :checked.sync="lookupServerUploadEnabled" |
43 | | - @update:checked="update('lookupServerUploadEnabled', lookupServerUploadEnabled)"> |
44 | | - {{ t('federatedfilesharing', 'Allow people to publish their data to a global and public address book') }} |
45 | | - </NcCheckboxRadioSwitch> |
| 38 | + <NcCheckboxRadioSwitch type="switch" |
| 39 | + :checked.sync="lookupServerEnabled" |
| 40 | + disabled |
| 41 | + @update:checked="update('lookupServerEnabled', lookupServerEnabled)"> |
| 42 | + {{ t('federatedfilesharing', 'Search global and public address book for people') }} |
| 43 | + </NcCheckboxRadioSwitch> |
| 44 | + |
| 45 | + <NcCheckboxRadioSwitch type="switch" |
| 46 | + :checked.sync="lookupServerUploadEnabled" |
| 47 | + disabled |
| 48 | + @update:checked="update('lookupServerUploadEnabled', lookupServerUploadEnabled)"> |
| 49 | + {{ t('federatedfilesharing', 'Allow people to publish their data to a global and public address book') }} |
| 50 | + </NcCheckboxRadioSwitch> |
| 51 | + </fieldset> |
46 | 52 | </NcSettingsSection> |
47 | 53 | </template> |
48 | 54 |
|
|
0 commit comments