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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user