Skip to content

Commit

Permalink
fix(hardware): add last logged user information
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelje authored and Hector Rondon committed Oct 13, 2017
1 parent fe0c29d commit 47e1df3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Hardware(Context xCtx) {
Category c = new Category("HARDWARE", "hardware");

c.put("DATELASTLOGGEDUSER", new CategoryValue(getDatelastloggeduser(), "DATELASTLOGGEDUSER", "dateLastLoggedUser") );
c.put("LASTLOGGEDUSER", new CategoryValue(getDatelastloggeduser(), "LASTLOGGEDUSER", "dateLastLoggedUser"));
c.put("LASTLOGGEDUSER", new CategoryValue(getLastloggeduser(), "LASTLOGGEDUSER", "lastLoggedUser"));
c.put("NAME", new CategoryValue(getName(), "NAME", "name"));
c.put("OSNAME", new CategoryValue(OSNAME, "OSNAME", "osName"));
c.put("OSVERSION", new CategoryValue(getOsversion(), "OSVERSION", "osVersion"));
Expand Down

0 comments on commit 47e1df3

Please sign in to comment.