Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
aptivate
client-projects
internewshid
Commits
b412166b
Commit
b412166b
authored
9 years ago
by
Alice Heaton
Browse files
Options
Downloads
Patches
Plain Diff
Register the view and edit table with the tab registry
parent
210939d6
No related branches found
Branches containing commit
No related tags found
3 merge requests
!26
Make view edit view into tab
,
!25
Fix upload button
,
!23
Tabbed view header styling
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
django/website/hid/__init__.py
+3
-0
3 additions, 0 deletions
django/website/hid/__init__.py
with
3 additions
and
0 deletions
django/website/hid/__init__.py
+
3
−
0
View file @
b412166b
from
dashboard.widget_pool
import
register_widget
from
hid.tabs.view_and_edit_table
import
ViewAndEditTableTab
from
hid.widgets.term_count_chart
import
TermCountChartWidget
from
hid.widgets.table
import
TableWidget
from
tabbed_page.tab_pool
import
register_tab
register_tab
(
'
view-and-edit-table
'
,
ViewAndEditTableTab
())
register_widget
(
'
term-count-chart
'
,
TermCountChartWidget
())
register_widget
(
'
table-widget
'
,
TableWidget
())
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment