mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 08:14:47 -05:00
chore(settings): Add note on groups sorting
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
1fbf26a5af
commit
537d68d76a
1 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
</NcNoteCard>
|
||||
<fieldset>
|
||||
<legend>{{ t('settings', 'Group list sorting') }}</legend>
|
||||
<NcNoteCard class="dialog__note"
|
||||
type="info"
|
||||
:text="t('settings', 'Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list.')" />
|
||||
<NcCheckboxRadioSwitch type="radio"
|
||||
:checked.sync="groupSorting"
|
||||
data-test="sortGroupsByMemberCount"
|
||||
|
|
@ -308,6 +311,12 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.dialog {
|
||||
&__note {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
fieldset {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue