mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
bugfix for issue #29
This commit is contained in:
@@ -22,9 +22,9 @@ function init(React){
|
||||
<div>
|
||||
<h4 className="subTitle">Log Filter</h4>
|
||||
<div className="filterSection">
|
||||
<form className="uk-form">
|
||||
<div className="uk-form">
|
||||
<input className="uk-form-large" ref="keywordInput" onChange={self.dealChange} type="text" placeholder="keywords or /^regExp$/" width="300"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<i className="uk-icon-magic"></i> type <strong>/id=\d{3}/</strong> will give you all the logs containing <strong>id=123</strong>
|
||||
|
||||
Reference in New Issue
Block a user