-
This commit is contained in:
parent
e67f453410
commit
9bc5868139
@ -68,7 +68,7 @@ form textarea {
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<br>
|
<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">
|
<form method="POST" action="/api/createconf" enctype="multipart/form-data">
|
||||||
<label>Nazwa konfiguracji:</label>
|
<label>Nazwa konfiguracji:</label>
|
||||||
<input type="text" name="config_name" required><br><br>
|
<input type="text" name="config_name" required><br><br>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="my-4">Lista obrazów</h1>
|
<h1 class="my-4 mx-auto">Lista obrazów</h1>
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<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">
|
<table class="table table-striped table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user