V1.2.0 #17
+1
-1
@@ -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"
|
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"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<title>JDB-NET SSH</title>
|
<title>SSH</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-surface text-slate-200 antialiased">
|
<body class="bg-surface text-slate-200 antialiased">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -697,7 +697,7 @@ async function deleteIdentityRow(id: number) {
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<div class="flex items-center gap-2 truncate">
|
<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
|
<a
|
||||||
href="https://git.jdbnet.co.uk/jamie/ssh"
|
href="https://git.jdbnet.co.uk/jamie/ssh"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
@@ -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"
|
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">
|
<h1 class="font-sans text-2xl font-semibold tracking-tight text-white">
|
||||||
JDB-NET SSH
|
SSH
|
||||||
</h1>
|
</h1>
|
||||||
<p class="mt-1 text-sm text-slate-400">
|
<p class="mt-1 text-sm text-slate-400">
|
||||||
Sign in to manage connections and open terminals.
|
Sign in to manage connections and open terminals.
|
||||||
|
|||||||
Reference in New Issue
Block a user