b7821dd12dd8b749 Repeated Status Type column
authorTomas Zeman <tzeman@volny.cz>
Thu, 14 Apr 2011 15:35:47 +0200
changeset 18 a19b95b09409
parent 17 edb9bd4db3bb
child 19 ecebddcd8316
b7821dd12dd8b749 Repeated Status Type column
src/main/scala/radview/snippet/SessionSnippet.scala
--- a/src/main/scala/radview/snippet/SessionSnippet.scala	Thu Apr 14 15:35:45 2011 +0200
+++ b/src/main/scala/radview/snippet/SessionSnippet.scala	Thu Apr 14 15:35:47 2011 +0200
@@ -150,7 +150,7 @@
       List(sid, ts, inBytes, outBytes, statusType, acctuniqueid, username,
         nasipaddress, nasporttype, acctsessiontime) ++
       (isAdsl ? List(serviceType, framedProto) | List(serviceOption)) ++
-      List(framedIp, statusType)
+      List(framedIp)
 
     val cdrCols = cdrFields.map { f =>
       new Column[Cdr](Text(f.displayName), valF(f) _, cssF(f) _) }