diff options
Diffstat (limited to 'ipawebui/widgets.py')
-rw-r--r-- | ipawebui/widgets.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ipawebui/widgets.py b/ipawebui/widgets.py index 71eee920..74b9d7e0 100644 --- a/ipawebui/widgets.py +++ b/ipawebui/widgets.py @@ -58,6 +58,11 @@ class IPAPlugins(base.Container): </td> </tr> + <tr class="${row.next()}"> + <td>base(s)</td> + <td py:content="', '.join(p.bases)" /> + </tr> + <tr py:if="p.doc" class="${row.next()}"> <td>docstring</td> <td><pre py:content="p.doc" /></td> |