feat: add port clickable

This commit is contained in:
2026-05-19 16:58:44 +02:00
parent d1db386e1d
commit b3176c4dfa
5 changed files with 62 additions and 17 deletions

View File

@ -28,10 +28,11 @@ message ContainerInfo {
// ── Agent → Server ────────────────────────────────────────────────────────────
message AgentHandshake {
string token = 1;
string hostname = 2;
string arch = 3;
string os = 4;
string token = 1;
string hostname = 2;
string arch = 3;
string os = 4;
string ip_address = 5;
}
message ImageInfo {