feat: add port clickable
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user