Skip to content
Snippets Groups Projects
Commit b412166b authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Register the view and edit table with the tab registry

parent 210939d6
No related branches found
No related tags found
3 merge requests!26Make view edit view into tab,!25Fix upload button,!23Tabbed view header styling
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())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment