]> andersk Git - moira.git/blobdiff - clients/moira/menus.c
Replaced all the EQUEL with ESQL. A few lines may not be proper
[moira.git] / clients / moira / menus.c
index 224d6861570cd7781169dcddc3acbe313b86a953..f04e9ccb9dd27c69564e7515ffd58ef0a9b026e1 100644 (file)
@@ -68,7 +68,7 @@ Menu list_info_menu = {
     NULLFUNC,
     NULLFUNC,
     "List Information Menu",
-    5,
+    3,
     {
         SIMPLEFUNC("member",
                   "Show all lists to which a given member belongs",
@@ -76,12 +76,8 @@ Menu list_info_menu = {
        SIMPLEFUNC("admin",
                   "Show all items which a given member can administer",
                   ListByAdministrator),
-       SIMPLEFUNC("groups", "Show all lists which are groups",
-                  ListAllGroups),
        SIMPLEFUNC("public", "Show all public mailing lists",
                   ListAllPublicMailLists),
-       SIMPLEFUNC("maillists", "Show all mailing lists",
-                  ListAllMailLists)
     }
 };
 
@@ -338,12 +334,16 @@ Menu filesys_menu = {
   NULLFUNC, 
   NULLFUNC, 
   "Filesystem Menu",
-  9,
+  10,
   {
     { GetFS, NULLMENU, 2, {
       {"get", "Get Filesystem Name Information"},
       {"name", "Name of Filesystem: "}
     } },
+    { GetFSM, NULLMENU, 2, {
+      {"getmach", "Get Filesystems by Machine"},
+      {"name", "Name of Server: "}
+    } },
     { AddFS, NULLMENU, 2, {
       {"add", "Add New Filesystem to Database"},
       {"name", "name: "},
This page took 0.04008 seconds and 4 git commands to generate.