This commit is contained in:
insanity 2017-07-10 19:33:10 +09:00
parent 85da59d00b
commit 919914a72d
2 changed files with 6 additions and 2 deletions

View File

@ -58,3 +58,6 @@ export class Routes extends React.Component<any, any> {
); );
} }
} }

View File

@ -147,6 +147,7 @@ export class CrawlerSelector extends React.Component<any, any> {
value: crawler.name, value: crawler.name,
icon: 'windows', icon: 'windows',
}; };
crawlerOptions.push(option);
} }
} }
@ -175,8 +176,8 @@ export class CrawlerSelector extends React.Component<any, any> {
<span>Choose a Crawler type.</span> <span>Choose a Crawler type.</span>
<br /> <br />
<br /> <br />
<Dropdown openOnFocus {/*<Dropdown openOnFocus
placeholder='Select Crawler' selection options={crawlerOptions} onChange={this.handleCrawlerSelection.bind(this)} /> placeholder='Select Crawler' selection options={crawlerOptions} onChange={this.handleCrawlerSelection.bind(this)} />*/}
{this.showCrawlerAuthInfo()} {this.showCrawlerAuthInfo()}
</Segment> </Segment>