mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
Merge branch 'main' of github.com:apache/skywalking-booster-ui into feat/protocol
This commit is contained in:
commit
bdd376ffb3
@ -184,7 +184,7 @@ limitations under the License. -->
|
||||
|
||||
.title {
|
||||
display: inline-block;
|
||||
max-width: 110px;
|
||||
max-width: 200px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -382,6 +382,7 @@ const msg = {
|
||||
AWSCloudEKS: "EKS",
|
||||
AWSCloudS3: "S3",
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS Gateway",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -381,6 +381,7 @@ const msg = {
|
||||
AWSCloudEKS: "EKS",
|
||||
AWSCloudS3: "S3",
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS Gateway",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -379,6 +379,7 @@ const msg = {
|
||||
AWSCloudEKS: "EKS",
|
||||
AWSCloudS3: "S3",
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS Gateway",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -75,16 +75,16 @@ export default [
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/aws-gateway",
|
||||
name: "AWSGateway",
|
||||
path: "/aws-api-gateway",
|
||||
name: "APIGateway",
|
||||
meta: {
|
||||
title: "AWSGateway",
|
||||
title: "APIGateway",
|
||||
layer: "AWS_GATEWAY",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/aws-gateway/tab/:activeTabIndex",
|
||||
name: "GatewayActiveTabIndex",
|
||||
path: "/aws-api-gateway/tab/:activeTabIndex",
|
||||
name: "APIGatewayActiveTabIndex",
|
||||
meta: {
|
||||
notShow: true,
|
||||
layer: "AWS_GATEWAY",
|
||||
|
@ -135,7 +135,7 @@ pre {
|
||||
.el-sub-menu .el-menu-item {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding-left: 56px !important;
|
||||
padding: 0 0 0 56px !important;
|
||||
}
|
||||
|
||||
.el-sub-menu__title {
|
||||
|
Loading…
Reference in New Issue
Block a user