mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Add context-sensitive SQL help.
This commit is contained in:
@@ -18,7 +18,7 @@ class MenuItem(object):
|
||||
|
||||
class Panel(object):
|
||||
|
||||
def __init__(self, name, title, content, width=500, height=600, isIframe=True,
|
||||
def __init__(self, name, title, content='', width=500, height=600, isIframe=True,
|
||||
showTitle=True, isCloseable=True, isPrivate=False, priority=None,
|
||||
icon=None, data=None):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user