mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
24.55.2019 0eb0a8cb64591d44a6dfe41ed5a3014960b8b5aa
DropDownItems -> div.
1 files modified
16 ■■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx 16 ●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx
@@ -85,7 +85,7 @@
                        Settings
                    </DropdownToggle>
                    <DropdownMenu>
                        <DropdownItem disabled>
                        <div className={'dropdown-item'}>
                            <div className={'label'}>Mode:{' '}</div>
                            <div className={'value'}>
                                <FormSelect
@@ -97,8 +97,8 @@
                                    <FormOption value={'flat'}/>
                                </FormSelect>
                            </div>
                        </DropdownItem>
                        <DropdownItem disabled>
                        </div>
                        <div className={'dropdown-item'}>
                            <div className={'label'}>Result size:{' '}</div>
                            <div className={'value'}>
                                <FormSelect
@@ -114,21 +114,21 @@
                                    <FormOption value={'10000'}/>
                                </FormSelect>
                            </div>
                        </DropdownItem>
                        </div>
                        <DropdownItem divider/>
                        <DropdownItem disabled>
                        <div className={'dropdown-item'}>
                            <FormCheckbox checked={filter.autoChangeDirectoryToLeafItem}
                                          hint={'Step automatically into single sub directories.'}
                                          name="autoChangeDirectoryToLeafItem"
                                          label={'Step automatically into sub dirs'}
                                          onChange={this.props.changeFilterCheckbox}/>
                        </DropdownItem>
                        <DropdownItem disabled>
                        </div>
                        <div className={'dropdown-item'}>
                            <FormCheckbox checked={filter.openDownloads}
                                          name="openDownloads"
                                          label={'Open downloads automatically'}
                                          onChange={this.props.changeFilterCheckbox}/>
                        </DropdownItem>
                        </div>
                    </DropdownMenu>
                </Dropdown>
                <FormButton type={'submit'} bsStyle={'primary'}>