fix a bug about iconfont

This commit is contained in:
OttoMao
2015-06-18 17:31:05 +08:00
parent 5d92502fb8
commit 2865e7a1d5
8 changed files with 151 additions and 214 deletions

View File

@@ -47,7 +47,7 @@ function init(React){
return(
<tr className={trClasses} onClick={this.handleClick}>
<td className="data_id">{this.props.data._id}</td>
<td>{this.props.data.method} <span className={"protocol protocol_" + this.props.data.protocol} title="https"><i className="iconfont">&#xf00c9;</i></span> </td>
<td>{this.props.data.method} <span className={"protocol protocol_" + this.props.data.protocol} title="https"><i className="uk-icon-lock"></i></span> </td>
<td className={"http_status http_status_" + this.props.data.statusCode}>{this.props.data.statusCode}</td>
<td title={this.props.data.host}>{this.props.data.host}</td>
<td title={this.props.data.path}>{this.props.data.path}</td>