mirror of https://github.com/SystemRage/py-kms.git
Fixed inaccessible products without clients
This commit is contained in:
parent
37d09c6797
commit
460a714f2d
|
@ -19,7 +19,6 @@ th {
|
|||
</div>
|
||||
</article>
|
||||
{% else %}
|
||||
{% if clients %}
|
||||
<nav class="level">
|
||||
<div class="level-item has-text-centered">
|
||||
<div>
|
||||
|
@ -49,6 +48,7 @@ th {
|
|||
|
||||
<hr>
|
||||
|
||||
{% if clients %}
|
||||
<table class="table is-striped is-hoverable is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue