// ========== 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

`); injectModal('add-service-modal', `

Add Service

Options
Checking Tailscale...

`); })();