mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Fix placeholder text.
This commit is contained in:
parent
4beefb7e7c
commit
eef0a48823
@ -89,13 +89,13 @@ ALTER TABLE tickets_detail \n\
|
||||
buildIFramePanel(docker, 'Dashboard', 500, 600, true, false, true,
|
||||
'http://www.pgadmin.org/')
|
||||
buildPanel(docker, 'Properties', 500, 600, true, false, true,
|
||||
'<p>Dashboard pane</p>')
|
||||
'<p>Properties pane</p>')
|
||||
buildPanel(docker, 'Statistics', 500, 600, true, false, true,
|
||||
'<p>Dashboard pane</p>')
|
||||
'<p>Statistics pane</p>')
|
||||
buildPanel(docker, 'Dependencies', 500, 600, true, false, true,
|
||||
'<p>Dashboard pane</p>')
|
||||
'<p>Depedencies pane</p>')
|
||||
buildPanel(docker, 'Dependents', 500, 600, true, false, true,
|
||||
'<p>Dashboard pane</p>')
|
||||
'<p>Dependents pane</p>')
|
||||
|
||||
// Some useful panels
|
||||
buildIFramePanel(docker, 'Online Help', 500, 600, true, true, false,
|
||||
|
Loading…
Reference in New Issue
Block a user