mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 20:12:19 +00:00
Adjusts tag input UI
This commit is contained in:
@@ -244,14 +244,16 @@ class DownloadRulesTab extends React.Component {
|
||||
</Textbox>
|
||||
</FormRow>
|
||||
<FormRow>
|
||||
<TorrentDestination
|
||||
id="destination"
|
||||
label={this.props.intl.formatMessage({
|
||||
id: 'feeds.torrent.destination',
|
||||
defaultMessage: 'Torrent Destination',
|
||||
})}
|
||||
suggested={rule.destination}
|
||||
/>
|
||||
<FormRowItem>
|
||||
<TorrentDestination
|
||||
id="destination"
|
||||
label={this.props.intl.formatMessage({
|
||||
id: 'feeds.torrent.destination',
|
||||
defaultMessage: 'Torrent Destination',
|
||||
})}
|
||||
suggested={rule.destination}
|
||||
/>
|
||||
</FormRowItem>
|
||||
<Textbox
|
||||
id="tags"
|
||||
label={this.props.intl.formatMessage({
|
||||
|
||||
Reference in New Issue
Block a user