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
24 lines
704 B
CSS
24 lines
704 B
CSS
/* Увеличение ширины колонки с регионами */
|
||
#region-list {
|
||
max-height: 600px; /* Устанавливаем максимальную высоту для вертикальной прокрутки */
|
||
overflow-y: auto;
|
||
}
|
||
|
||
#user-list {
|
||
max-height: 400px; /* Устанавливаем максимальную высоту для вертикальной прокрутки */
|
||
overflow-y: auto;
|
||
}
|
||
|
||
/* Стилизация заголовков и кнопок */
|
||
h3 {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
#user-info {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.btn {
|
||
margin: 0 5px; /* Добавляем немного пространства между кнопками */
|
||
}
|