summaryrefslogtreecommitdiff
path: root/httemplate/view/elements/svc_devices.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/elements/svc_devices.html')
-rw-r--r--httemplate/view/elements/svc_devices.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/elements/svc_devices.html b/httemplate/view/elements/svc_devices.html
index c9f5eda78..899e6aa47 100644
--- a/httemplate/view/elements/svc_devices.html
+++ b/httemplate/view/elements/svc_devices.html
@@ -62,7 +62,9 @@
% if ( $table eq 'phone_device' || $svc_x->isa('FS::device_Common') ) {
<% $td %><% $device->part_device->devicename |h %></TD>
% }
- <% $td %><% $device->mac_addr_pretty %></TD>
+ <% $td %><% $device->mac_addr_pretty %>
+ (<% (Net::MAC::Vendor::lookup($device->mac_addr_formatted('U',':')))->[0] %>)
+ </TD>
<% $td %><% $export_links %></TD>
<% $td %>(
% unless ( $opt{'no_edit'} ) {