mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
dbus: fix ImagesList
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #958 Approved by: rhatdan
This commit is contained in:
committed by
Atomic Bot
parent
e018a916da
commit
8bccaebe88
@@ -241,7 +241,7 @@ class atomic_dbus(slip.dbus.service.Object):
|
||||
args = self.Args()
|
||||
args.all=True
|
||||
images.set_args(args)
|
||||
i = images.display_all_image_info()
|
||||
i = images.images()
|
||||
return json.dumps(i)
|
||||
|
||||
# atomic containers section
|
||||
|
||||
Reference in New Issue
Block a user