diff options
| author | beccabroek <beccabroek@gmail.com> | 2018-09-04 09:34:44 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-10 20:45:53 +0000 |
| commit | 75697f909f1d0e1a2e2f575b680040650a0b60d9 (patch) | |
| tree | 8e31e6078b785c120a24ebf5dd98cc9ad794e8f6 /app/common/directives/serial-console.html | |
| parent | 500ad789ff4f01d25b4c5e8d64c957024f704645 (diff) | |
| download | phosphor-webui-75697f909f1d0e1a2e2f575b680040650a0b60d9.tar.gz phosphor-webui-75697f909f1d0e1a2e2f575b680040650a0b60d9.zip | |
Create SOL console directive
Created serial-console directive in order to avoid
duplicate code between remote-console-controller
and remote-console-window-controller.
Tested: Verified that SOL console functions as
expected after refactor
Change-Id: I8cfc8e78cc2325c813e5bef608886859df6b3ab8
Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/common/directives/serial-console.html')
| -rw-r--r-- | app/common/directives/serial-console.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/common/directives/serial-console.html b/app/common/directives/serial-console.html new file mode 100644 index 0000000..0927f0a --- /dev/null +++ b/app/common/directives/serial-console.html @@ -0,0 +1,3 @@ +<div class="serial-lan__wrapper"> + <div id="terminal" class="serial-lan__terminal"></div> +</div>
\ No newline at end of file |

