Skip to content

Commit

Permalink
remove the export function
Browse files Browse the repository at this point in the history
  • Loading branch information
kweisamx committed Jul 26, 2017
1 parent e742369 commit 1f697c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def init_with_context(self, context):
self.add_export_dashboard()

def add_export_dashboard(self):
self.children.append(modules.LinkList(
'''self.children.append(modules.LinkList(
_('其它匯出'),
children=[
{
Expand Down Expand Up @@ -57,6 +57,7 @@ def add_export_dashboard(self):
column=2,
order=1
))
'''
self.children.append(modules.LinkList(
_('校徵集點'),
children=[
Expand All @@ -79,7 +80,7 @@ def add_export_dashboard(self):
column=2,
order=1
))

'''
self.children.append(modules.LinkList(
_('研替匯出'),
children=[
Expand All @@ -102,7 +103,7 @@ def add_export_dashboard(self):
column=2,
order=1
))

'''
self.children.append(modules.LinkList(
_('研替集點'),
children=[
Expand Down

0 comments on commit 1f697c2

Please sign in to comment.