]> andersk Git - moira.git/blobdiff - clients/moira/menus.c
Merge changes from ip-billing-dev branch.
[moira.git] / clients / moira / menus.c
index 03c5df209c0a9b8a265444f54db8f2cd2985f4cd..4a5669656107ce49ceaf8467df9cd969d433c63d 100644 (file)
@@ -510,7 +510,7 @@ Menu machine_menu = {
   NULLFUNC,
   NULLFUNC,
   "Machine Menu",
-  8,
+  9,
   {
     { ShowMachineInfo, NULLMENU, 2, {
       {"show", "Get machine information"},
@@ -524,6 +524,8 @@ Menu machine_menu = {
       {"network", "Network (or leave empty to match any): "}
     } },
     SIMPLEFUNC("owner", "Lookup machines by owner", MachineByOwner),
+    SIMPLEFUNC("acctnumber", "Lookup machines by account number",
+              MachineByAcctNumber),
     { AddMachine, NULLMENU, 2, {
       {"add", "Add a new machine"},
       {"network", "Network assignment: "},
This page took 0.031533 seconds and 4 git commands to generate.