diff --git a/webui/wisp-user-list.php b/webui/wisp-user-list.php
index 17acdf0b7a1d2257251688a0cfb8abeba6297e79..afcc1eb2e16a189d2afb32b2efe5043f7c57386d 100644
--- a/webui/wisp-user-list.php
+++ b/webui/wisp-user-list.php
@@ -63,12 +63,6 @@ if (!isset($_POST['frmaction'])) {
 				<td>Email:</td>
 				<td><input type="text" name="email" /></td>
 			</tr>
-			<tr>
-				<td>Pool Name:</td>
-				<td><input type="text" name="poolname" /></td>
-				<td>Group:</td>
-				<td><input type="text" name="group" /></td>
-			</tr>
 			<tr>
 				<td class="textcenter" colspan="5"><input type="submit" value="Submit" /></td>
 			</tr>
@@ -96,6 +90,8 @@ if ($_POST['frmaction'] == "dofilter") {
 							myform.action = 'wisp-user-edit.php';
 						} else if (myobj.selectedIndex == 3) {
 							myform.action = 'wisp-user-delete.php';
+						} else if (myobj.selectedIndex == 5) {
+							myform.action = 'wisp-user-logs.php';
 						}
 
 						myform.submit();
@@ -104,6 +100,8 @@ if ($_POST['frmaction'] == "dofilter") {
 				<option disabled="disabled"> - - - - - - - - - - - </option>
 				<option value="edit">Edit User</option>
 				<option value="delete">Remove User</option>
+				<option disabled="disabled"> - - - - - - - - - - - </option>
+				<option value="viewlogs">View User Logs</option>
 			</select> 
 		</div>
 
@@ -248,8 +246,8 @@ if ($_POST['frmaction'] == "dofilter") {
 					<td><?php echo $row->email ?></td>
 					<td><?php echo $row->phone ?></td>
 					<td><?php echo $row->location ?></td>
-					<td><?php echo $dataCap ?></td>
-					<td><?php echo $timeCap ?></td>
+					<td><?php echo $dataCap ?> MB</td>
+					<td><?php echo $timeCap ?> Min</td>
 					<td><?php echo $userIP ?></td>
 				</tr>