added support modal handler to handle sync requests

This commit is contained in:
gabryon99 2020-06-17 10:41:53 +02:00
parent 37bef2f33a
commit 10967c7a8c
7 changed files with 43 additions and 19 deletions

View file

@ -295,4 +295,8 @@ text, g text.tick {
.nvd3 .nv-axis line, .nvd3 .nv-axis path {
stroke-width: 0.8px !important;
stroke: #2C2C2C !important;
}
.modal-header .close {
color: white;
}