Changeset a5a90b1926176eee5179d58e77fe8aca9d00cd8e

Show
Ignore:
Timestamp:
05/15/07 15:47:18 (6 years ago)
Author:
cgabriel <cgabriel@…>
Children:
20540f97fd3865c474fe59bcc03c2fa7c25da2b6
Parents:
0c017e164996f947bc11b9f951f3024634b1069b
git-committer:
cgabriel <cgabriel@…> (05/15/07 15:47:18)
Message:

menu organization

git-svn-id:  https://labs.truelite.it/svn/octofuss/trunk@290 5a101938-5c21-0410-9b5a-a83d6f3706a9

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/octofuss/ui.py

    r23701bc ra5a90b1  
    6868                        ( "/Hosts/Firewall Control",  None,         None, 0, None ), 
    6969                        ( "/Hosts/Install Software",  None,         None, 0, None ), 
    70                         ( "/_Users",      None,         None, 0, "<Branch>" ), 
    71                         ( "/Users/Add",  None,         None, 0, None ), 
    72                         ( "/Users/Remove",  None,         None, 0, None ), 
    73                         ( "/Users/Edit",  None,         None, 0, None ), 
    74                         ( "/Users/Management",  None,   self.show_user_management, 0, None ), 
     70                        ( "/_Users",      None,         self.show_user_management, 0, None ), 
    7571                        ( "/_Network",      None,         None, 0, "<Branch>" ), 
    7672                        ( "/Network/Firewall",  None,         None, 0, None ),