V1.2.0 #17

Merged
jamie merged 7 commits from v1.2.0 into main 2026-06-19 20:03:17 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 59d216f697 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<title>JDB-NET SSH</title>
<title>SSH</title>
</head>
<body class="bg-surface text-slate-200 antialiased">
<div id="app"></div>
+1 -1
View File
@@ -697,7 +697,7 @@ async function deleteIdentityRow(id: number) {
</svg>
</button>
<div class="flex items-center gap-2 truncate">
<span class="truncate text-sm font-semibold text-white">JDB-NET SSH</span>
<span class="truncate text-sm font-semibold text-white">SSH</span>
<a
href="https://git.jdbnet.co.uk/jamie/ssh"
target="_blank"
+1 -1
View File
@@ -31,7 +31,7 @@ async function submit() {
class="w-full max-w-md rounded-xl border border-slate-800 bg-surface-raised p-8 shadow-xl"
>
<h1 class="font-sans text-2xl font-semibold tracking-tight text-white">
JDB-NET SSH
SSH
</h1>
<p class="mt-1 text-sm text-slate-400">
Sign in to manage connections and open terminals.