HM-125. Добавление работы с пользователями (#59)

This commit is contained in:
Nikolay
2020-08-30 10:58:19 +03:00
committed by GitHub
parent bfe5394e1d
commit ab0fa2cfc3
13 changed files with 453 additions and 42 deletions

View File

@ -390,6 +390,21 @@
</div>
</template>
<!-- Шаблоны форм для просмотры логов -->
<template id="user-view-form">
<div class="h-100 overflow-auto d-flex flex-column">
<p class="h2 mb-2 p-3 pr-5 sticky-top border-bottom bg-light"></p>
<form class="p-3 h" autocomplete="off"></form>
<div class="mt-auto p-3 pr-5 border-top bg-light">
<button type="button" class="btn btn-primary UserViewForm__create">Создать</button>
<button type="button" class="btn btn-primary UserViewForm__save">Сохранить</button>
<button type="button" class="btn btn-warning UserViewForm__edit">Изменить</button>
<button type="button" class="btn btn-danger UserViewForm__delete">Удалить</button>
<button type="button" class="btn btn-secondary UserViewForm__cancel">Отмена</button>
</div>
</div>
</template>
<!-- Шаблоны форм для просмотры api -->
<template id="api-view-form">
<div class="h-100 overflow-auto Api__view-container">