Mercurial > libervia-backend
diff sat_frontends/jp/xmlui_manager.py @ 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 | 559a625a236b |
children | 2f0be2b7de68 |
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