Skip to content

Conversation

@Pabloferrandezroca
Copy link

Al hacer copia de seguridad de una parte mostraba en la otra en peso 0,00 Bytes, eso se a modificado para que ahora aparezca un -

{% endif %}
</td>
<td class="text-end">{{ bytes(backup.sql_size) }}</td>
{% if bytes(backup.sql_size) != "0,00 bytes" and bytes(backup.sql_size) != "0.00 bytes"%}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, mejor haz

{% if backup.sql_file %}

Como tienes más arriba. Así compruebas si tienes el nombre del archivo. Si no hay, no tiene tamaño.

Lo mismo con el otro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants