Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
8a111586bdae0eac6fa066ccf65b6053d3b34aa0
/
.
/
app
/
common
/
directives
/
serial-console.html
blob: cf451aa59dfd28a0e59744b01c3bb3912d2e5cd8 [
file
] [
log
] [
blame
]
<div
class
=
"serial-lan__wrapper"
>
<div
id
=
"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>