diff options
| author | beccabroek <beccabroek@gmail.com> | 2018-09-04 09:38:13 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-10 20:45:53 +0000 |
| commit | a788cf01827234d20f2917feb08ee0976efcf774 (patch) | |
| tree | 1ef9db782e01629d39bfc0514bee75ec9b6af73d /app/common/directives/serial-console.html | |
| parent | 75697f909f1d0e1a2e2f575b680040650a0b60d9 (diff) | |
| download | phosphor-webui-a788cf01827234d20f2917feb08ee0976efcf774.tar.gz phosphor-webui-a788cf01827234d20f2917feb08ee0976efcf774.zip | |
SOL console in new window button
Created button to open SOL console in new
window.
Resolves openbmc/openbmc#3153
Tested: Verified that button brings up new window
and that SOL console functions in new window.
Change-Id: Idf8ff314e9a14cba0820823afd1ce60e4b3bbc4f
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/common/directives/serial-console.html b/app/common/directives/serial-console.html index 0927f0a..30ba673 100644 --- a/app/common/directives/serial-console.html +++ b/app/common/directives/serial-console.html @@ -1,3 +1,6 @@ <div class="serial-lan__wrapper"> - <div id="terminal" class="serial-lan__terminal"></div> + <div id="terminal" class="serial-lan__terminal"></div> + <div class="serial-lan__actions"> + <button class="inline btn-pop-out" ng-click="openTerminalWindow()" ng-show="showTabBtn === true">Open in new tab</button> + </div> </div>
\ No newline at end of file |

