fixed html bugs

This commit is contained in:
majormjr 2016-12-15 15:08:19 -05:00 committed by Mitch Roote
parent dbd40e6d6c
commit 06e1fbbc2c
4 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ class HiddenSidebar extends React.Component {
<i className="menu-icon fa fa-birthday-cake bg-red"></i>
<div className="menu-info">
<i classNameName="menu-icon fa fa-lock bg-green"></i>
<i className="menu-icon fa fa-lock bg-green"></i>
<h4 className="control-sidebar-subheading">Login</h4>
</div>
</Link>
@ -50,8 +50,8 @@ class HiddenSidebar extends React.Component {
</ul>
<h3 className="control-sidebar-heading">Tasks Progress</h3>
<div classNameName="table-responsive">
<table classNameName="table table-border">
<div className="table-responsive">
<table className="table table-border">
<thead>
<tr>
</tr>

View File

@ -53,7 +53,7 @@ class CreateSave extends React.Component {
<div className="box-body">
<form>
<div className="form-group">
<label for="savefile">Enter Savefile Name... </label>
<label htmlFor="savefile">Enter Savefile Name... </label>
<input className="form-control" ref="savename" type="text" name="savefile" id="savefilename" />
</div>
<div className="form-group">

View File

@ -38,7 +38,7 @@ class UploadSave extends React.Component {
<div className="box-body">
<form ref="uploadForm" className="form-inline" encType='multipart/form-data'>
<div className="form-group">
<label for="savefile">Upload Save File...</label>
<label htmlFor="savefile">Upload Save File...</label>
<input className="form-control btn btn-default" ref="file" type="file" name="savefile" id="savefile" />
</div>
<div className="form-group">

View File

@ -108,7 +108,7 @@ class ServerCtl extends React.Component {
</div>
</button>
<div className="box-body" style={{display: "none"}}>
<label for="port">Factorio Server Port</label>
<label htmlFor="port">Factorio Server Port</label>
<div id="port" className="input-group">
<input ref="port" name="port" id="port" type="text" className="form-control" onChange={this.state.port} value={this.state.port} placeholder={this.state.port} />
<div className="input-group-btn">