Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Coughlin
GraceDB Server
Commits
10aeaefa
Commit
10aeaefa
authored
5 years ago
by
Jonah Kanner
Committed by
GraceDB
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
javascript works
parent
1b8b640e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bower.json
+5
-1
5 additions, 1 deletion
bower.json
gracedb/superevents/views.py
+1
-1
1 addition, 1 deletion
gracedb/superevents/views.py
gracedb/templates/superevents/public.html
+3
-9
3 additions, 9 deletions
gracedb/templates/superevents/public.html
with
9 additions
and
11 deletions
bower.json
+
5
−
1
View file @
10aeaefa
...
...
@@ -7,6 +7,10 @@
"jquery"
:
"3.2.1"
,
"jquery-ui"
:
"1.12.1"
,
"moment-timezone"
:
"0.5.0"
,
"moment"
:
"2.11.1"
"moment"
:
"2.11.1"
,
"tablesaw"
:
"3.1.2"
},
"resolutions"
:
{
"webcomponentsjs"
:
"^0.6.0"
}
}
This diff is collapsed.
Click to expand it.
gracedb/superevents/views.py
+
1
−
1
View file @
10aeaefa
...
...
@@ -126,7 +126,7 @@ class SupereventPublic(ListView):
def
get_queryset
(
self
,
**
kwargs
):
# -- Query only for public events
qs
=
Superevent
.
objects
.
filter
(
is_exposed
=
True
,
category
=
'
T
'
)
#-- Change cateogry to P for production
qs
=
Superevent
.
objects
.
filter
(
is_exposed
=
True
,
category
=
'
P
'
)
#-- Change cateogry to P for production
return
qs
def
get_context_data
(
self
,
**
kwargs
):
...
...
This diff is collapsed.
Click to expand it.
gracedb/templates/superevents/public.html
+
3
−
9
View file @
10aeaefa
...
...
@@ -6,16 +6,10 @@
{% block jscript %}
{% load static %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
labeltips.css
"
%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
tablesaw.css
"
%}"
/>
<script
src=
"{% static "
moment
/
moment.js
"
%}"
></script>
<script
src=
"{% static "
moment-timezone
/
builds
/
moment-timezone-with-data.min.js
"
%}"
></script>
<script
src=
"{% static "
dojo
/
dojo.js
"
%}"
data-dojo-config=
"async: true"
></script>
<script
src=
"{% static "
jquery
/
dist
/
jquery.min.js
"
%}"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
js
/
tablesaw.js
"
%}"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
js
/
tablesaw-init.js
"
%}"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
tablesaw
/
dist
/
tablesaw.css
"
%}"
/>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
tablesaw
/
dist
/
tablesaw.js
"
%}"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
tablesaw
/
dist
/
tablesaw-init.js
"
%}"
></script>
<script
src=
"//filamentgroup.github.io/demo-head/loadfont.js"
></script>
<!-- Styles for dgrid -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment