* Modified findblocks cron * Modified notifications cron for new structure * Improved notification class * Added new template for new_block type * Moved idle_worker type template * Added new_block type to notification settings
10 lines
219 B
Smarty
10 lines
219 B
Smarty
<html>
|
|
<body>
|
|
<p>One of your workers is currently IDLE: {$DATA.username}</p>
|
|
<p>Since monitoring is enabled for this worker, this notification was sent.</p>
|
|
<p>Please check your workers!</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|