Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #813 from calvinmclean/formatting
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
Calvin McLean authored Jun 10, 2019
2 parents 1f98da2 + 68d29e6 commit 7e3207e
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@ export default React.createClass({
) : (
<div>
<p>{"Would you like to stop this instance?"}</p>
<div className="alert alert-warning clearfix" role="alert">
<div
className="alert alert-warning clearfix"
role="alert">
<p>
<strong>NOTE:</strong> A stopped instance will still
consume some of your resources. To fully preserve your
resources, please shelve or suspend.
<strong>NOTE:</strong> A stopped instance will
still consume some of your resources. To fully
preserve your resources, please shelve or
suspend.
</p>
{globals.EXTERNAL_ALLOCATION && (
<a
Expand Down

0 comments on commit 7e3207e

Please sign in to comment.