Skip to content
Snippets Groups Projects
Commit 9963ee34 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Move public alert page to /superevents/public/O3/

parent 40eded47
No related branches found
No related tags found
No related merge requests found
@media screen and (max-device-width: 480px){ @media screen and (max-device-width: 480px){
body{ body{
-webkit-text-size-adjust: none; -webkit-text-size-adjust: none;
} }
} }
button.tablesaw-sortable-btn {
cursor: pointer;
}
...@@ -35,5 +35,6 @@ urlpatterns = legacy_urlpatterns + [ ...@@ -35,5 +35,6 @@ urlpatterns = legacy_urlpatterns + [
include(suburlpatterns)), include(suburlpatterns)),
# View of all candidates # 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"),
] ]
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
<h3>Detection candidates: {{ candidates }}</h3> <h3>Detection candidates: {{ candidates }}</h3>
<br /><br /> <br /><br />
<div style="overflow-x: auto"> <div class="tablesaw-overflow">
<table class="tablesaw" data-tablesaw-sortable data-tablesaw-sortable-switch data-tablesaw-mode="columntoggle"> <table class="tablesaw" data-tablesaw-sortable data-tablesaw-sortable-switch data-tablesaw-mode="columntoggle" data-tablesaw-minimap>
<thead><tr> <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="persist">Event ID</th>
<th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="1">Possible Source (Probability)</th> <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="1">Possible Source (Probability)</th>
......
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