HM-125. Добавление работы с пользователями (#59)
This commit is contained in:
15
src/app.html
15
src/app.html
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user