/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-monitor

  • Committer: teddy at bsnet
  • Date: 2010-09-27 16:27:13 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100927162713-jucnyd63612ximvw
* mandos-monitor: Change key for removing a client from "r" to "R".

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
        elif key == u"d":
368
368
            self.proxy.Approve(dbus.Boolean(False, variant_level=1),
369
369
                                  dbus_interface = client_interface)
370
 
        elif key == u"r" or key == u"_" or key == u"ctrl k":
 
370
        elif key == u"R" or key == u"_" or key == u"ctrl k":
371
371
            self.server_proxy_object.RemoveClient(self.proxy
372
372
                                                  .object_path)
373
373
        elif key == u"s":
686
686
                                      .join((u"Clients:",
687
687
                                             u"+: Enable",
688
688
                                             u"-: Disable",
689
 
                                             u"r: Remove",
 
689
                                             u"R: Remove",
690
690
                                             u"s: Start new checker",
691
691
                                             u"S: Stop checker",
692
692
                                             u"C: Checker OK",