Remove tabs from HTML files
From https://google.github.io/styleguide/htmlcssguide.html
"Indentation
Indent by 2 spaces at a time.
Don't use tabs or mix tabs and spaces for indentation."
Tested: Manual regression testing on a Witherspoon.
Change-Id: Ief7137dabc869b73b73f9947337fbb0abb5ca497
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index 3011eb0..4d1887a 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -1,19 +1,19 @@
<div id="server-control-remote-console">
- <div class="row column">
- <h1>Serial over LAN console</h1>
- </div>
- <section class="row column">
- <div class="page-header">
- <h2 class="h4">Access the Serial over LAN console</h2>
- </div>
- </section>
- <section class="row column">
- <p class="serial-lan__copy">The Serial over LAN (SoL) console redirects the output of the server’s serial port to a browser window on your workstation.</p>
- </section>
- <section class="row column">
- <div class="terminal-container">
- <serial-console show-tab-btn="true"></serial-console>
- </div>
- </section>
+ <div class="row column">
+ <h1>Serial over LAN console</h1>
+ </div>
+ <section class="row column">
+ <div class="page-header">
+ <h2 class="h4">Access the Serial over LAN console</h2>
+ </div>
+ </section>
+ <section class="row column">
+ <p class="serial-lan__copy">The Serial over LAN (SoL) console redirects the output of the server’s serial port to a browser window on your workstation.</p>
+ </section>
+ <section class="row column">
+ <div class="terminal-container">
+ <serial-console show-tab-btn="true"></serial-console>
+ </div>
+ </section>
</div>