Skip to content
Snippets Groups Projects
Commit 34f9989d authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Fixed a couple of bugs affecting the search with pipeline.

parent 64d35db6
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ def flexigridResponse(request, objects): ...@@ -118,7 +118,7 @@ def flexigridResponse(request, objects):
for n in object.neighbors() for n in object.neighbors()
]), ]),
object.group.name, object.group.name,
object.pipleine.name, object.pipeline.name,
object.search.name, object.search.name,
event_times.get('gps',""), event_times.get('gps',""),
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
url: '{% url "search" %}flex?query={{rawquery|urlencode}}', url: '{% url "search" %}flex?query={{rawquery|urlencode}}',
datatype: 'json', datatype: 'json',
mtype: "GET", mtype: "GET",
colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Type", "Event Time", "Instruments", "FAR (Hz)", "Links", "Submitted", "Submitted By", colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Pipeline", "Search", "Event Time", "Instruments", "FAR (Hz)", "Links", "Submitted", "Submitted By",
], ],
colModel : [ colModel : [
{name : 'id', index: 'id', width : 50, sortable : true, align: 'left', hidden: false}, {name : 'id', index: 'id', width : 50, sortable : true, align: 'left', hidden: false},
......
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