We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7e2ad commit 6195c59Copy full SHA for 6195c59
src/components/terminal.tsx
@@ -143,7 +143,7 @@ export const TerminalPage = () => {
143
return (
144
<div className="px-8">
145
<div className="flex mt-6 mb-4">
146
- <h1 className="flex-1 text-3xl font-bold tracking-tight">{`Terminal (${id})`}</h1>
+ <h1 className="flex-1 text-3xl font-bold tracking-tight"> {terminal?.server_name || 'Terminal'} ({id})</h1>
147
<div className="flex ml-auto self-end sm:self-auto gap-2 flex-wrap shrink-0">
148
<IconButton
149
icon="expand"
0 commit comments