Initial setup of mycontroller

This commit is contained in:
2019-11-28 09:16:11 -06:00
parent 62d71e30c1
commit 665eb783be
504 changed files with 212034 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<style>body {font-size: 12px;}</style>
<body>
<b>Dear User,</b>
<br>
<br>There is a rule triggered for you!
<br>
<br>
<table border='0'>
<tr><td>Rule definition name</td><td>: ${notification.ruleName}</td> <tr>
<tr><td>Condition</td><td>: ${notification.ruleCondition}</td><tr>
<tr><td>Actual value</td><td>: ${notification.actualValue}</td><tr>
<tr><td>Triggered at</td><td>: ${notification.triggeredAt}</td><tr>
</table>
<br>
<br>-- Powered by <a href='http://www.MyController.org'>www.MyController.org</a>
</body>
</html>