diff options
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 90729c402..39784a0bf 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -237,6 +237,10 @@ function watchdog_event($id) { array('data' => t('Hostname'), 'header' => TRUE), $watchdog->hostname, ), + array( + array('data' => t('Operations'), 'header' => TRUE), + $watchdog->link, + ), ); $attributes = array('class' => 'watchdog-event'); $output = theme('table', array(), $rows, $attributes); |