Fix device name and edit control layout
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-07 21:47:00 +03:00
parent d32bc14108
commit 4c9822539d
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) {
</form>
) : (
<>
<h3 className="client-device-name-heading">
<h3 className={`client-device-name-heading${hasName ? '' : ' is-address-only'}`}>
{hasName && <button
className="client-device-alias-trigger"
type="button"