Amnezia-style SSH server connect with verify, ping and server_info
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -243,6 +243,21 @@ tr:last-child td { border-bottom: none; }
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
.check input { width: auto; }
|
||||
.ping {
|
||||
display: inline-block;
|
||||
width: 0.55rem;
|
||||
height: 0.55rem;
|
||||
border-radius: 50%;
|
||||
margin-right: 0.35rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ping-on { background: var(--ok); box-shadow: 0 0 0 3px rgba(6, 118, 71, 0.15); }
|
||||
.ping-off { background: #98a2b3; }
|
||||
.server-info {
|
||||
margin: 0 0 1rem;
|
||||
max-height: 120px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
textarea {
|
||||
width: 100%;
|
||||
border: 1px solid var(--line);
|
||||
|
||||
Reference in New Issue
Block a user