Skip to content

Commit

Permalink
Same for worflows grid in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 9, 2017
1 parent 24cd089 commit a8f59df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy/webapps/reports/controllers/workflows.py
Expand Up @@ -18,12 +18,12 @@

from galaxy import model, util
from galaxy.web.base.controller import BaseUIController, web
from galaxy.web.framework.helpers import grids
from galaxy.webapps.reports.controllers.jobs import (
get_spark_time,
sorter
)
from galaxy.webapps.reports.controllers.query import ReportQueryBuilder
from galaxy.webapps.reports.framework import grids

log = logging.getLogger(__name__)

Expand Down Expand Up @@ -81,7 +81,6 @@ def filter(self, trans, user, query, column_filter):
use_async = False
model_class = model.StoredWorkflow
title = "Workflows"
template = '/webapps/reports/grid.mako'
default_sort_key = "name"
columns = [
WorkflowNameColumn("Name",
Expand Down

0 comments on commit a8f59df

Please sign in to comment.