ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java (file contents):
Revision 1.17 by tdb, Mon Feb 5 18:11:11 2001 UTC vs.
Revision 1.18 by ajm, Tue Feb 6 00:08:18 2001 UTC

# Line 76 | Line 76 | public class HostDisplayPanel extends JPanel {
76          addDataComponent(machineName );
77          final StringDataComponent ip = new StringDataComponent("IP Address", "packet.attributes.ip");
78          addDataComponent(ip);
79 <        final StringDataComponent uptime = new StringDataComponent("Uptime", "packet.os.uptime");
79 >        final UptimeDataComponent uptime = new UptimeDataComponent("Uptime", "packet.os.uptime");
80          addDataComponent(uptime);
81          final StringDataComponent seq_no = new StringDataComponent("Packets since host started", "packet.attributes.seq_no");
82          addDataComponent(seq_no);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines