mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
Got rid of ContainerListNewItem.
This commit is contained in:
@@ -180,7 +180,9 @@ var Containers = React.createClass({
|
||||
<section className={sidebarHeaderClass}>
|
||||
<h4>Containers</h4>
|
||||
<div className="create">
|
||||
<a className="btn-new icon icon-add-3" onClick={this.handleNewContainer}></a>
|
||||
<Router.Link to="new">
|
||||
<span className="btn-new icon icon-add-3"></span>
|
||||
</Router.Link>
|
||||
</div>
|
||||
</section>
|
||||
<section className="sidebar-containers" onScroll={this.handleScroll}>
|
||||
|
||||
Reference in New Issue
Block a user