This commit is contained in:
Mateusz779 2023-04-21 10:46:46 +02:00
parent e67f453410
commit 9bc5868139
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ form textarea {
{% block content %}
<br>
<h1>Formularz tworzenia obrazu konfiguracyjnego</h1>
<h1 class="mx-auto">Formularz tworzenia obrazu konfiguracyjnego</h1>
<form method="POST" action="/api/createconf" enctype="multipart/form-data">
<label>Nazwa konfiguracji:</label>
<input type="text" name="config_name" required><br><br>

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="container">
<h1 class="my-4">Lista obrazów</h1>
<h1 class="my-4 mx-auto">Lista obrazów</h1>
<table class="table">
<thead>

View File

@ -58,7 +58,7 @@
{% block content %}
<div class="container">
<h1 class="my-5">Lista maszyn</h1>
<h1 class="my-5 mx-auto">Lista maszyn</h1>
<table class="table table-striped table-hover">
<thead>
<tr>