Change to oidc and new foreign id format
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for item in items %}
|
||||
<tr>
|
||||
<tr {% if item | check_foreign_key_format %}
|
||||
style="background-color: coral;"
|
||||
{% endif %}
|
||||
>
|
||||
<td>
|
||||
{% if item.shortener %}
|
||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<h6>Please log in to see more details</h6>
|
||||
<h6>Please <a href="/login">log in</a> to see more details</h6>
|
||||
{% include "inventory_filter.html" %}
|
||||
<table>
|
||||
<thead>
|
||||
@@ -15,7 +15,11 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for item in items %}
|
||||
<tr>
|
||||
|
||||
<tr {% if item | check_foreign_key_format %}
|
||||
style="background-color: coral;"
|
||||
{% endif %}
|
||||
>
|
||||
<td>
|
||||
{% if item.shortener %}
|
||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||
|
Reference in New Issue
Block a user