diff --git a/plugins/dynamix/NotificationAgents.page b/plugins/dynamix/NotificationAgents.page
index 724839ea0..66f3863f8 100644
--- a/plugins/dynamix/NotificationAgents.page
+++ b/plugins/dynamix/NotificationAgents.page
@@ -76,7 +76,6 @@ function testService(name) {
form.append('');
form.append('');
form.append('');
- // note: not all agents will process the LINK parameter
// host is normally added to link by the notify script. add it here since calling the agent directly.
form.append('');
form.submit();
@@ -91,7 +90,7 @@ function initDropdown() {
-$fields = ['Event','Subject','Timestamp','Description','Importance','Content'];
+$fields = ['Event','Subject','Timestamp','Description','Importance','Content','Link'];
$xml_file = "webGui/include/NotificationAgents.xml";
$xml = @simplexml_load_file($xml_file) or die(_("Failed to open")." $xml_file");
foreach ($xml->Agent as $agent) {