socket client

This commit is contained in:
현성필
2024-05-03 16:40:15 +09:00
parent 839f3c3141
commit 82116c0c2c
+26 -1
View File
@@ -787,6 +787,7 @@ li.selected {
.load_test_list .selected a { .load_test_list .selected a {
color: white !important; color: white !important;
} }
.load_test_list .selected i { .load_test_list .selected i {
color: white !important; color: white !important;
} }
@@ -813,6 +814,7 @@ li.selected {
.api-scenario-list .selected a { .api-scenario-list .selected a {
color: white !important; color: white !important;
} }
.api-scenario-list .selected i { .api-scenario-list .selected i {
color: white !important; color: white !important;
} }
@@ -910,6 +912,7 @@ li.selected {
.api-tester { .api-tester {
width: calc(100% - 200px);
flex: 1; /* Flexible size */ flex: 1; /* Flexible size */
order: 2; /* Positions to the right of .api-catalog */ order: 2; /* Positions to the right of .api-catalog */
} }
@@ -1944,6 +1947,7 @@ footer div.foot_info span {
.response_headers td { .response_headers td {
padding: 1px !important; padding: 1px !important;
} }
.api_request_info { .api_request_info {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -2033,7 +2037,13 @@ footer div.foot_info span {
.layout_table { .layout_table {
width: 1500px; width: auto;
}
.layout_tree_grid_indent {
width: 16px;
display: inline-block;
position: relative;
} }
.api_request_info .show { .api_request_info .show {
@@ -2043,3 +2053,18 @@ footer div.foot_info span {
.api_request_info .hide { .api_request_info .hide {
display: none; display: none;
} }
.treegrid-indent {
width: 16px;
display: inline-block;
position: relative;
}
.treegrid-expander {
width: 16px;
height: 16px;
display: inline-block;
position: relative;
cursor: pointer;
}