Mercurial > libervia-backend
changeset 3212:89d97776fd34
jp (xmlui): added missing `disp` method in XMLUIPanel
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Mar 2020 18:51:04 +0100 |
parents | 4252176ad993 |
children | c2f958dde5d2 |
files | sat_frontends/jp/xmlui_manager.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_frontends/jp/xmlui_manager.py Fri Mar 06 18:19:03 2020 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Fri Mar 06 18:51:04 2020 +0100 @@ -514,6 +514,9 @@ def command(self): return self.host.command + def disp(self, *args, **kwargs): + self.host.disp(*args, **kwargs) + async def show(self, workflow=None, read_only=False, values_only=False): """display the panel