Update notification logs table

This commit is contained in:
JonnyWong16 2016-10-15 17:01:47 -07:00 committed by JonnyWong16
commit 9e8d55e0f3
3 changed files with 25 additions and 26 deletions

View file

@ -104,11 +104,11 @@
<thead>
<tr>
<th align="left" id="notification_timestamp">Timestamp</th>
<th align="left" id="notification_notifier_id">Notifier ID</th>
<th align="left" id="notification_agent_name">Agent</th>
<th align="left" id="notification_action">Action</th>
<th align="left" id="notification_poster_url">Subject Text</th>
<th align="left" id="notification_poster_url">Body Text</th>
<th align="left" id="notification_poster_url">Script Args</th>
<th align="left" id="notification_notify_action">Action</th>
<th align="left" id="notification_subject_text">Subject Text</th>
<th align="left" id="notification_body_text">Body Text</th>
</tr>
</thead>
<tbody></tbody>