1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

Removing unused enable information from oneuser CLI

This commit is contained in:
Tino Vázquez 2010-07-08 19:15:48 +02:00
parent 8e7d97fc19
commit fac1c49e66

@ -53,14 +53,8 @@ ShowTableUP={
:left => true,
:proc => lambda {|d,e| d[:password] }
},
:enable => {
:name => "ENABLE",
:desc => "Wether the user is active or not",
:size => 6,
:proc => lambda {|d,e| d[:enabled] }
},
:default => [:id, :user, :password, :enable]
:default => [:id, :user, :password]
}
class UPShow