This commit is contained in:
Андрей Дувакин 2024-10-07 19:09:47 +05:00
parent 0b7743bb77
commit 32efdf1432
7 changed files with 7 additions and 7 deletions

View File

@ -186,7 +186,7 @@ const Accessories = () => {
onChange={handleInputChange}
/>
</div>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="accessoryPeriod">Период</label>
<input
type="number"

View File

@ -153,7 +153,7 @@ const Cities = () => {
<div className="container mt-4">
<h3>Города</h3>
<form onSubmit={handleSubmit}>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="cityName">Название города</label>
<input
type="text"

View File

@ -86,7 +86,7 @@ const FederalDistricts = () => {
<div className="container mt-4">
<h3>Федеральные округа</h3>
<form onSubmit={handleSubmit}>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="districtName">Название округа</label>
<input
type="text"

View File

@ -85,7 +85,7 @@ const Roles = () => {
<div className="container mt-4">
<h3>Роли</h3>
<form onSubmit={handleSubmit}>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="roleName">Название роли</label>
<input
type="text"

View File

@ -90,7 +90,7 @@ const Statuses = () => {
<div className="container mt-4">
<h3>Статусы</h3>
<form onSubmit={handleSubmit}>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="statusName">Название статуса</label>
<input
type="text"

View File

@ -115,7 +115,7 @@ const Trucks = () => {
onChange={handleInputChange}
/>
</div>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="truckVolume">Объем (кубометры)</label>
<input
type="number"

View File

@ -177,7 +177,7 @@ const Users = () => {
/>
</div>
<div className="form-group">
<div className="form-group mb-3">
<label htmlFor="password">Пароль</label>
<input
type="password"