fix css w masowej aktualizacji firmware

This commit is contained in:
Mateusz Gruszczyński 2025-02-27 11:35:06 +01:00
parent 3567a0bac8
commit 33b465f3e0

View File

@ -1,5 +1,25 @@
{% extends "base.html" %}
{% block title %}Moje urządzenia - RouterOS Update{% endblock %}
{% block extra_head %}
<style>
.progress-container {
width: 100%;
height: 30px;
background-color: #ccc;
}
.progress-bar {
height: 100%;
width: 0%;
background-color: #28a745;
transition: width 1s linear;
}
</style>
{% endblock %}
{% block content %}
<h2>Moje urządzenia</h2>
<div class="row mb-3">