Changeset 246

Show
Ignore:
Timestamp:
09/01/08 00:10:17 (4 months ago)
Author:
pwh
Message:

Remove the hostname and IP address from the device management page, as they're probably not needed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/manage_device/device.html.erb

    r224 r246  
    1 <h1>Device Management: <%=h @device.hostname %> (<%=h @device.ipv4_address %>)</h1> 
     1<h1>Device Management</h1> 
    22 
    33<% tabs = [ [ 'Overview', 'manage_device', 'show_overview'], [ 'Interfaces', 'manage_device', 'show_interfaces' ], [ 'Event Log', 'manage_device', 'show_event_log'], [ 'Hardware', 'manage_device', 'show_hardware' ], [ 'Features', 'manage_device', 'show_features' ], [ 'Functions', 'manage_device', 'show_functions' ] ] %>