Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
457ca04073ff10cb1df2e7c5ab5192430a2ac6a9
/
.
/
app
/
common
/
directives
/
serial-console.html
blob: 7238f549785d742e4df3c2dbe9d18cc14e8ad10c [
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>