@@ -527,8 +527,8 @@ private void initComponents() {
527
527
lootsTable = new MsfTable (rpcConn ,new String [] {"Host" , "Service" , "Ltype" , "Ctype" , "Data" , "Created" , "Updated" , "Name" , "Info"
528
528
}, "loots" , new String []{"host" , "service" , "ltype" , "ctype" , "data" , "created_at" , "updated_at" , "name" , "info" });
529
529
credsPane = new javax .swing .JScrollPane ();
530
- credsTable = new MsfTable (rpcConn , new String [] {"Host" , "Time " , "Port" , "Proto" , "Sname" , "Type" , "User" , "Pass" , "Active"
531
- }, "creds" , new String []{"host" , "time " , "port" , "proto" , "sname" , "type" , "user" , "pass" , "active" });
530
+ credsTable = new MsfTable (rpcConn , new String [] {"Host" , "Updated " , "Port" , "Proto" , "Sname" , "Type" , "User" , "Pass" , "Active"
531
+ }, "creds" , new String []{"host" , "updated_at " , "port" , "proto" , "sname" , "type" , "user" , "pass" , "active" });
532
532
menuBar = new javax .swing .JMenuBar ();
533
533
javax .swing .JMenu fileMenu = new javax .swing .JMenu ();
534
534
connectRpcMenuItem = new javax .swing .JMenuItem ();
@@ -710,7 +710,7 @@ public void keyReleased(java.awt.event.KeyEvent evt) {
710
710
);
711
711
mainPanelLayout .setVerticalGroup (
712
712
mainPanelLayout .createParallelGroup (javax .swing .GroupLayout .Alignment .LEADING )
713
- .addComponent (tabbedPane , javax .swing .GroupLayout .Alignment .TRAILING , javax .swing .GroupLayout .DEFAULT_SIZE , 530 , Short .MAX_VALUE )
713
+ .addComponent (tabbedPane , javax .swing .GroupLayout .Alignment .TRAILING , javax .swing .GroupLayout .DEFAULT_SIZE , 534 , Short .MAX_VALUE )
714
714
);
715
715
716
716
menuBar .setName ("menuBar" ); // NOI18N
0 commit comments