Add endpoint telezab/users Add endpoint telezab/users/add Add endpoint telezab/users/del Add endpoint telezab/users/get Add endpoint telezab/regions Add endpoint telezab/regions/add Add endpoint telezab/regions/del Add endpoint telezab/regions/get Rework Active Triggers button now don't need subscription Rework Help button Add option to change what Notification type you want reciving All or Disaster Only Rework Settings button removed some misc buttons Rework Registration mechanism now using POST JSON users/add Rework formating of Zabbix Triggers for Active triggers and Notification from Zabbix
26 lines
680 B
CSS
26 lines
680 B
CSS
/* Добавим выравнивание и отступы для кнопок управления */
|
|
.table-hover tbody tr td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table-hover tbody tr td .btn-manage {
|
|
margin-left: 20px; /* Отступ кнопки от названия региона */
|
|
}
|
|
|
|
th, td {
|
|
text-align: left; /* Выровнять содержимое слева */
|
|
}
|
|
|
|
.table-hover tbody tr {
|
|
height: 50px; /* Сделать строки таблицы выше для лучшего визуального эффекта */
|
|
}
|
|
|
|
.modal-footer .btn {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* Стили для пагинации */
|
|
.d-flex .btn {
|
|
margin: 0 5px;
|
|
}
|