summaryrefslogtreecommitdiffstats
path: root/ipawebui/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipawebui/widgets.py')
-rw-r--r--ipawebui/widgets.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipawebui/widgets.py b/ipawebui/widgets.py
index 71eee9200..74b9d7e0c 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>