feat: update Icons and add Selector

This commit is contained in:
Qiuxia Fan
2021-12-27 14:58:41 +08:00
parent 90431b98f2
commit e8f23d9ead
9 changed files with 327 additions and 90 deletions

View File

@@ -23,36 +23,6 @@ export const EntityType = [
{ value: "serviceInstanceRelation", label: "Service Instance Relation" },
{ value: "endpointRelation", label: "Endpoint Relation" },
];
export const SelectOpt = [
{
value: "service1",
label: "Service1",
children: [
{
value: "instance1",
label: "Instance1",
},
{
value: "instance2",
label: "Instance2",
},
],
},
{
value: "service2",
label: "Service2",
children: [
{
value: "instance1",
label: "Instance1",
},
{
value: "instance2",
label: "Instance2",
},
],
},
];
export const Options = [
{
value: "Option1",