1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

feature #201 Deleted top method from oneuser and onevnet

This commit is contained in:
Daniel Molina 2010-07-09 11:56:53 +02:00 committed by Ruben S. Montero
parent 39404a7a55
commit acc461fdfa
2 changed files with 0 additions and 36 deletions

View File

@ -93,24 +93,6 @@ class UPShow
result
end
end
def top(options=nil)
delay=1
delay=options[:delay] if options && options[:delay]
result=nil
begin
while true
scr_cls
scr_move(0,0)
result=list_short(options)
sleep delay
end
rescue Exception
end
result
end
end
class OneUPParse < CommandParse

View File

@ -126,24 +126,6 @@ class VNShow
result
end
end
def top(options=nil)
delay=1
delay=options[:delay] if options && options[:delay]
result=nil
begin
while true
scr_cls
scr_move(0,0)
result=list_short(options)
sleep delay
end
rescue Exception
end
result
end
end
class OneVNParse < CommandParse