From 6cd4d7ad6495b258759e7ad9e80704121430cf23 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Thu, 24 Apr 2025 18:01:48 +0200 Subject: [PATCH] add archi image in agent Signed-off-by: GnomeZworc --- Agent KVM.md | 4 +++- {agent => images}/agent_archi.drawio.svg | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename {agent => images}/agent_archi.drawio.svg (100%) diff --git a/Agent KVM.md b/Agent KVM.md index 39e6ea9..e8b5385 100644 --- a/Agent KVM.md +++ b/Agent KVM.md @@ -23,4 +23,6 @@ Tout cela serait lancer depuis une api: - renvoie la list complete de toutes vms qui tourne sur l'host et leur status - vm zmobie compris -## Architecture \ No newline at end of file +## Architecture + +![archi image](./images/agent_archi.drawio.svg) \ No newline at end of file diff --git a/agent/agent_archi.drawio.svg b/images/agent_archi.drawio.svg similarity index 100% rename from agent/agent_archi.drawio.svg rename to images/agent_archi.drawio.svg