// ========== SERVICE MODAL TEMPLATES ==========
// Injects the HTML for service edit, delete, and add modals into the DOM.
// Must load before service-crud.js and service-create.js.
(function () {
injectModal('service-edit-modal', `
Edit Service
.home
The port Caddy will proxy to (container's exposed port)
Enter a URL or upload an image file (PNG, JPG, SVG)
`);
injectModal('delete-service-modal', `
Delete Service
Docker Container
Remove: Remove from dashboard only (container keeps running)
Delete: Full removal - stops container, removes DNS & Caddy config