Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
9963ee34
Commit
9963ee34
authored
Jun 05, 2019
by
Tanner Prestegard
Committed by
GraceDB
Jun 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move public alert page to /superevents/public/O3/
parent
40eded47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
gracedb/static/css/public.css
gracedb/static/css/public.css
+3
-1
gracedb/superevents/urls.py
gracedb/superevents/urls.py
+2
-1
gracedb/templates/superevents/public_alerts.html
gracedb/templates/superevents/public_alerts.html
+2
-2
No files found.
gracedb/static/css/public.css
View file @
9963ee34
@media
screen
and
(
max-device-width
:
480px
){
body
{
-webkit-text-size-adjust
:
none
;
}
}
button
.tablesaw-sortable-btn
{
cursor
:
pointer
;
}
gracedb/superevents/urls.py
View file @
9963ee34
...
...
@@ -35,5 +35,6 @@ urlpatterns = legacy_urlpatterns + [
include
(
suburlpatterns
)),
# View of all candidates
url
(
r
'^public/$'
,
views
.
SupereventPublic
.
as_view
(),
name
=
"public-alerts"
),
url
(
r
'^public/O3/$'
,
views
.
SupereventPublic
.
as_view
(),
name
=
"public-alerts-O3"
),
]
gracedb/templates/superevents/public_alerts.html
View file @
9963ee34
...
...
@@ -25,8 +25,8 @@
<h3>
Detection candidates: {{ candidates }}
</h3>
<br
/><br
/>
<div
style=
"overflow-x: auto
"
>
<table
class=
"tablesaw"
data-tablesaw-sortable
data-tablesaw-sortable-switch
data-tablesaw-mode=
"columntoggle"
>
<div
class=
"tablesaw-overflow
"
>
<table
class=
"tablesaw"
data-tablesaw-sortable
data-tablesaw-sortable-switch
data-tablesaw-mode=
"columntoggle"
data-tablesaw-minimap
>
<thead><tr>
<th
scope=
"col"
data-tablesaw-sortable-col
data-tablesaw-priority=
"persist"
>
Event ID
</th>
<th
scope=
"col"
data-tablesaw-sortable-col
data-tablesaw-priority=
"1"
>
Possible Source (Probability)
</th>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment