Skip to content
Snippets Groups Projects
Commit 8b3d8942 authored by Brian Moe's avatar Brian Moe
Browse files

Added units (Hz) to FAR column headers

parent 215dc358
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
{{ "gps"|timeselect:"gps" }}
Event Time
</th>
<th>FAR</th>
<th>FAR (Hz)</th>
<th colspan="2">Links</th>
<th>
{{"created"|timeselect:"utc" }}
......@@ -73,7 +73,7 @@
{{ "ngps"|timeselect:"gps" }}
Event Time
</th>
<th>FAR</th>
<th>FAR (Hz)</th>
<th colspan="2">Links</th>
<th>
{{"ncreated"|timeselect:"utc" }}
......
......@@ -48,7 +48,7 @@
url: '{% url search %}/flex?query={{rawquery|urlencode}}',
datatype: 'json',
mtype: "GET",
colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Type", "Event Time", "Instruments", "FAR", "Links", "Submitted", "Submitted By",
colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Type", "Event Time", "Instruments", "FAR (Hz)", "Links", "Submitted", "Submitted By",
],
colModel : [
{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