Skip to content

Instantly share code, notes, and snippets.

@FrenchBen
Created October 27, 2015 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrenchBen/0f514e7b3c584e8d46b5 to your computer and use it in GitHub Desktop.
Save FrenchBen/0f514e7b3c584e8d46b5 to your computer and use it in GitHub Desktop.
Snippet for shortID
let shortId = (
<div className="settings-section">
<h3>Container Id</h3>
<div className="container-name">
<input id="input-container-name" type="text" className="line" placeholder="Container Id" defaultValue={this.props.container.Id.substr(0, 12)} readOnly></input>
</div>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment