diff --git a/web/index.html b/web/index.html
index 51b2a3e..35e2cf1 100644
--- a/web/index.html
+++ b/web/index.html
@@ -626,28 +626,35 @@
class="material-symbols-outlined text-[14px] text-red-500"
>close
- Servicio systemd (siax-app-*.service)
+ Servicio systemd:
+
close
- Archivo de configuración en /etc/systemd/system/
+ Archivo .service en /etc/systemd/system/
closearchive
- Registro en monitored_apps.json
+ Se marcará como eliminada en monitored_apps.json
+ (soft delete)
-
+
closeinfo
- Historial de monitoreo
+ Podrás restaurarla desde el historial
@@ -866,6 +873,8 @@
appToDelete = appName;
document.getElementById("delete-app-name").textContent =
appName;
+ document.getElementById("delete-service-name").textContent =
+ `siax-app-${appName}.service`;
document
.getElementById("delete-modal")
.classList.remove("hidden");