@flowfuse/flowfuse
Version:
An open source low-code development platform
21 lines (16 loc) • 416 B
JavaScript
module.exports = {
subject: 'FlowFuse Instance placed into Safe Mode',
text:
`Hello
Your FlowFuse Instance {{{ name }}} has crashed and has been
placed into Safe Mode
You can access the logs here:
{{{ url }}}
`,
html:
`<p>Hello</p>
<p>Your FlowFuse Instance {{{ name }}} has crashed and has been placed in Safe Mode</p>
<p>You can access the logs here</p>
<a href="{{{ url }}}">Instance Logs</a>
`
}