Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2pext
plugin_dbui
Merge requests
!4
Release 0.6.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 0.6.5
master
into
production
Overview
0
Commits
14
Changes
Merged
LE GAC Renaud
requested to merge
master
into
production
9 years ago
Overview
0
Commits
14
Changes
-
Expand
Release 0.6.5
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
ff728d22
14 commits,
9 years ago
+
134
−
256
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
controllers/plugin_dbui.py
+
10
−
5
Options
@@ -226,6 +226,8 @@ def documentations():
"""
from plugin_dbui import get_reference_paths, Store
plugin = plugins.dbui
# alias
a = '<a href="%s" target="_blank">%s</a>'
@@ -295,16 +297,19 @@ def documentations():
cfg.fields = [dict(name='code', type='string'),
dict(name='source', type='string')]
src = ""
if plugin.app_git:
src = "<em>git clone %s</em>" % plugin.app_git
r1 = dict(code=request.application,
source="<em>git clone http://www.cppm.in2p3.fr/~legac/wap/git/"
"%s.git</em>" % request.application)
source=src)
r2 = dict(code="plugin_dbui",
source="<em>git clone http://
www.cppm
.in2p3.fr/
~
legac/
wap/git/
"
"
web2py_
plugin_dbui.git</em>")
source="<em>git clone http
s
://
gitlab
.in2p3.fr/legac/"
"plugin_dbui.git</em>")
r3 = dict(code="Web2py",
source="<em>git clone
git
://github.com/web2py/web2py.git</em>")
source="<em>git clone
https
://github.com/web2py/web2py.git</em>")
r4 = dict(code="Ext JS",
source="<em>Download from the Ext JS web site. </em><br>"
Loading