mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 23:56:23 +01:00
Repurposed Signature Tracker for Wormhole use.
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<li>
|
||||
<a {% ifequal request.path "/sigtracker" %} class="active" {% endifequal %}
|
||||
href="{% url 'auth_signature_view' %}"><i
|
||||
class="fa fa-compass fa-fw grayiconecolor"></i> Signature Tracker</a>
|
||||
class="fa fa-compass fa-fw grayiconecolor"></i> Wormhole Tracker</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
{% block title %}Alliance Auth{% endblock %}
|
||||
|
||||
{% block page_title %}Signature Management{% endblock page_title %}
|
||||
{% block page_title %}Wormhole Signature Management{% endblock page_title %}
|
||||
{% block extra_css %}{% endblock extra_css %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header text-center">Signatures
|
||||
<h1 class="page-header text-center">Wormhole Signatures
|
||||
<div class="text-right">
|
||||
<a href="{% url 'auth_add_signature_view' %}">
|
||||
{% if perms.auth.signature_management %}
|
||||
@@ -22,8 +22,10 @@
|
||||
<th class="text-center">ID</th>
|
||||
<th class="text-center">System</th>
|
||||
<th class="text-center">Destination</th>
|
||||
<th class="text-center">Signature Type</th>
|
||||
<th class="text-center">Status</th>
|
||||
<th class="text-center">Goes Through</th>
|
||||
<th class="text-center">Lifetime Status</th>
|
||||
<th class="text-center">Mass Status</th>
|
||||
<th class="text-center">Ship Size</th>
|
||||
<th class="text-center">Notes</th>
|
||||
<th class="text-center">Post Time</th>
|
||||
{% if perms.auth.signature_management %}
|
||||
@@ -40,7 +42,10 @@
|
||||
<a href="http://evemaps.dotlan.net/system/{{ sigt.system }}">{{ sigt.system }}</a>
|
||||
</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.destination }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.sigtype }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.through_dest }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.lifetime_status }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.mass_status }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.ships_size }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.status }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.notes }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.post_time}}</td>
|
||||
|
||||
Reference in New Issue
Block a user