2020-06-17 21:36:19 +00:00
|
|
|
:root {
|
2020-09-01 13:30:30 +00:00
|
|
|
--blue: #e5effd;
|
|
|
|
|
--green-pale: rgba(103, 178, 121, 0.1);
|
|
|
|
|
--red: rgba(223, 56, 18, 0.05);
|
|
|
|
|
--white: #fff;
|
|
|
|
|
--yellow: rgba(247, 181, 0, 0.1);
|
|
|
|
|
--size-date: 70;
|
|
|
|
|
--size-domain: 180;
|
|
|
|
|
--size-response: 150;
|
|
|
|
|
--size-client: 123;
|
|
|
|
|
--gray-216: rgba(216, 216, 216, 0.23);
|
2020-06-17 21:36:19 +00:00
|
|
|
--gray-4d: #4D4D4D;
|
|
|
|
|
--gray-8: #888;
|
|
|
|
|
--danger: #DF3812;
|
2020-09-01 13:30:30 +00:00
|
|
|
--white80: rgba(255, 255, 255, 0.8);
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
2020-09-01 13:30:30 +00:00
|
|
|
.logs__text {
|
2019-07-18 11:52:47 +00:00
|
|
|
padding: 0 1px;
|
2018-09-04 09:43:13 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
2020-06-17 21:36:19 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
|
font-family: var(--font-family-sans-serif);
|
|
|
|
|
color: var(--gray-4d);
|
|
|
|
|
letter-spacing: 0;
|
|
|
|
|
line-height: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__text--bold {
|
|
|
|
|
font-weight: bold;
|
2018-09-04 09:43:13 +00:00
|
|
|
}
|
|
|
|
|
|
2020-06-17 21:36:19 +00:00
|
|
|
.logs__time {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailed-info {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
color: #888888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon--selected {
|
|
|
|
|
background-color: var(--gray-f3);
|
|
|
|
|
border: solid 1px var(--gray-d8);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-pre {
|
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link--green {
|
|
|
|
|
color: var(--green79);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w-90 {
|
|
|
|
|
max-width: 90% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb-45 {
|
|
|
|
|
padding-bottom: 1.25rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mh-100 {
|
|
|
|
|
max-height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cursor--pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-select__arrow--left {
|
2020-08-13 08:15:45 +00:00
|
|
|
background: var(--white) url('../ui/svg/chevron-down.svg') no-repeat;
|
2020-07-24 13:13:58 +00:00
|
|
|
background-position: 5px 9px;
|
|
|
|
|
background-size: 22px;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-select--logs {
|
2020-07-24 13:13:58 +00:00
|
|
|
padding: 0.5rem 0.75rem 0.5rem 2rem !important;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg--danger {
|
|
|
|
|
color: var(--danger);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control--search {
|
|
|
|
|
box-shadow: 0 1px 0 #ddd;
|
|
|
|
|
padding: 0 2.5rem;
|
|
|
|
|
height: 2.25rem;
|
2020-07-15 17:55:13 +00:00
|
|
|
flex-grow: 1;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control--transparent {
|
|
|
|
|
border: 0 solid transparent !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-search {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
height: 1.5rem;
|
2020-07-03 16:17:58 +00:00
|
|
|
top: 0.4rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-search__icon--magnifier {
|
|
|
|
|
left: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-search__icon--cross {
|
|
|
|
|
left: -4.5rem;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-search__icon--tooltip {
|
|
|
|
|
left: -4rem;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control--container {
|
2020-07-15 17:55:13 +00:00
|
|
|
flex: auto;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
2020-07-15 17:55:13 +00:00
|
|
|
.field__search {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
2020-06-17 21:36:19 +00:00
|
|
|
|
2020-07-15 17:55:13 +00:00
|
|
|
@media (max-width: 767.98px) {
|
2020-06-17 21:36:19 +00:00
|
|
|
.form-control--container {
|
2020-07-15 17:55:13 +00:00
|
|
|
width: 100%;
|
|
|
|
|
flex-direction: column;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
2020-07-15 17:55:13 +00:00
|
|
|
.form-control--search {
|
|
|
|
|
width: 100%;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
|
2020-07-15 17:55:13 +00:00
|
|
|
.field__select {
|
|
|
|
|
margin-top: 1.5rem;
|
2020-07-24 13:13:58 +00:00
|
|
|
padding-left: 24px;
|
|
|
|
|
padding-right: 24px;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-01 13:30:30 +00:00
|
|
|
@media screen and (max-width: 767.98px) {
|
|
|
|
|
.logs__table .logs__cell--response,
|
|
|
|
|
.logs__table .logs__cell--client {
|
|
|
|
|
display: none !important;
|
2020-06-17 21:36:19 +00:00
|
|
|
}
|
|
|
|
|
}
|
2020-08-01 14:13:48 +00:00
|
|
|
|
|
|
|
|
.logs__refresh {
|
2020-09-01 13:30:30 +00:00
|
|
|
--size: 2.5rem;
|
2020-08-01 14:13:48 +00:00
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2020-09-01 13:30:30 +00:00
|
|
|
width: var(--size);
|
|
|
|
|
height: var(--size);
|
2020-08-01 14:13:48 +00:00
|
|
|
padding: 0;
|
2020-09-01 13:30:30 +00:00
|
|
|
margin-left: 0.9375rem;
|
2020-08-01 14:13:48 +00:00
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2020-09-01 13:30:30 +00:00
|
|
|
|
|
|
|
|
.logs__cell {
|
|
|
|
|
padding: 1rem 1rem 0.5rem 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--date {
|
|
|
|
|
width: 4.375rem;
|
|
|
|
|
flex: var(--size-date) 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--domain {
|
|
|
|
|
width: 11.25rem;
|
|
|
|
|
flex: var(--size-domain) 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--response {
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
flex: var(--size-response) 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--client {
|
|
|
|
|
width: 7.6875rem;
|
|
|
|
|
flex: var(--size-client) 0 auto;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--header__container > .logs__cell--header__item {
|
|
|
|
|
border-right: 0;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--header__container > .logs__cell--header__item:last-child {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--block-button {
|
|
|
|
|
max-height: 1.75rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 10%;
|
|
|
|
|
top: 40%;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__row {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
min-height: 26px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .logs__row {
|
|
|
|
|
border-bottom: 2px solid var(--gray-216);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .logs__row:hover .logs__cell--block-button {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .logs__row .logs__cell--block-button:disabled {
|
|
|
|
|
background-color: var(--white) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* QUERY_STATUS_COLORS */
|
|
|
|
|
.logs__row--blue {
|
|
|
|
|
background-color: var(--blue);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__row--green {
|
|
|
|
|
background-color: var(--green-pale);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__row--red {
|
|
|
|
|
background-color: var(--red);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__row--white {
|
|
|
|
|
background-color: var(--white);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__row--yellow {
|
|
|
|
|
background-color: var(--yellow);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__no-data {
|
|
|
|
|
color: var(--gray-4d);
|
|
|
|
|
background-color: var(--white80);
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 21rem;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__loading {
|
|
|
|
|
padding: 1rem 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table {
|
|
|
|
|
background-color: var(--white);
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
min-height: 43rem;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
contain: layout;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
will-change: scroll-position;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .logs__cell--response,
|
|
|
|
|
.logs__table .logs__cell--client {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__cell--header__container {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table > .logs__cell--header__container > .logs__cell--client {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .loading:after {
|
|
|
|
|
top: 10%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs__table .loading:before {
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
}
|