Fix layout bugs on server power operations page
Add missing closing div tag that caused strange column layout
breaks.
Resolves openbmc/phosphor-webui#112
Tested: No longer see the problem on a Witherspoon.
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I87f4947f60f95c7991df3f7c429ac51726a894b9
diff --git a/app/server-control/controllers/power-operations-controller.html b/app/server-control/controllers/power-operations-controller.html
index e44ef1f..222ffb7 100644
--- a/app/server-control/controllers/power-operations-controller.html
+++ b/app/server-control/controllers/power-operations-controller.html
@@ -100,9 +100,9 @@
Cancel
</button>
</div>
+ </div>
</form>
</div>
- </div>
<!-- Power Operations Column -->
<div class="large-8 columns operations-wrapper">
<h2 class="subhead boot-operations">Operations</h2>
@@ -184,4 +184,5 @@
</div>
</div>
</div>
+ </div>
</div>
\ No newline at end of file