This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 1543726 update menu icons (#203)
1543726 is described below
commit 154372615e92d486f69c42d661fe7a9ad35f04f0
Author: Fine0830 <[email protected]>
AuthorDate: Wed Dec 7 11:53:45 2022 +0800
update menu icons (#203)
---
src/assets/icons/cloud_queue.svg | 2 +-
src/assets/icons/functions.svg | 15 +++++++++++++++
src/locales/lang/en.ts | 2 +-
src/locales/lang/es.ts | 2 +-
src/locales/lang/zh.ts | 2 +-
src/router/data/aws.ts | 2 +-
src/router/data/functions.ts | 2 +-
.../network-profiling/components/NewConditions.vue | 4 ++--
8 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/src/assets/icons/cloud_queue.svg b/src/assets/icons/cloud_queue.svg
index 4b1da73..9ec18d5 100644
--- a/src/assets/icons/cloud_queue.svg
+++ b/src/assets/icons/cloud_queue.svg
@@ -12,6 +12,6 @@ distributed under the License is distributed on an "AS IS"
BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M18.984 18q1.219 0
2.109-0.891t0.891-2.109-0.891-2.109-2.109-0.891h-1.5v-0.516q0-2.297-1.594-3.891t-3.891-1.594q-1.875
0-3.328 1.125t-1.969 2.859h-0.703q-1.641 0-2.813 1.195t-1.172 2.836 1.172
2.813 2.813 1.172h12.984zM19.359 10.031q1.922 0.141 3.281 1.57t1.359 3.398q0
2.063-1.477 3.539t-3.539 1.477h-12.984q-2.484
0-4.242-1.758t-1.758-4.242q0-2.203 1.57-3.961t3.773-1.992q0.984-1.828
2.766-2.953t3.891-1.125q2.531 0 4.711 1.781t2.648 4.266z"></path>
</svg>
diff --git a/src/assets/icons/functions.svg b/src/assets/icons/functions.svg
new file mode 100644
index 0000000..621311f
--- /dev/null
+++ b/src/assets/icons/functions.svg
@@ -0,0 +1,15 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. -->
+<svg t="1670381479745" class="icon" viewBox="0 0 1280 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="2930"><path d="M577.450256
639.9892c0-104.678234 33.919428-206.436516 96.018379-289.895108
10.339826-13.879766
8.89985-33.079442-4.299927-44.279253l-49.379167-41.959292c-13.999764-11.899799-35.659398-10.179828-46.759211
4.459925C492.171695 374.833675 447.99244 505.551469 447.99244 639.9892c0
134.457731 44.179254 265.175525 125.03789 371.673728 11.119812 14.639753
32.759447 1 [...]
\ No newline at end of file
diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts
index b4d22f1..6681cd9 100644
--- a/src/locales/lang/en.ts
+++ b/src/locales/lang/en.ts
@@ -376,6 +376,6 @@ const msg = {
gateway: "Gateway",
virtualMQ: "Virtual MQ",
AWSCloud: "AWS Cloud",
- AWSCloudEKS: "EKS"
+ AWSCloudEKS: "EKS",
};
export default msg;
diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts
index 675bd1b..d6ef9bf 100644
--- a/src/locales/lang/es.ts
+++ b/src/locales/lang/es.ts
@@ -379,6 +379,6 @@ const msg = {
gateway: "Puerta",
virtualMQ: "MQ virtual",
AWSCloud: "AWS Cloud",
- AWSCloudEKS: "EKS"
+ AWSCloudEKS: "EKS",
};
export default msg;
diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index b89451c..32252d9 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -374,6 +374,6 @@ const msg = {
gateway: "网关",
virtualMQ: "虚拟消息队列",
AWSCloud: "AWS云服务",
- AWSCloudEKS: "EKS"
+ AWSCloudEKS: "EKS",
};
export default msg;
diff --git a/src/router/data/aws.ts b/src/router/data/aws.ts
index 2fb16e8..208c198 100644
--- a/src/router/data/aws.ts
+++ b/src/router/data/aws.ts
@@ -21,7 +21,7 @@ export default [
name: "AWSCloud",
meta: {
title: "AWSCloud",
- icon: "aws",
+ icon: "cloud_queue",
hasGroup: true,
},
redirect: "/aws-eks",
diff --git a/src/router/data/functions.ts b/src/router/data/functions.ts
index 9429b52..4096104 100644
--- a/src/router/data/functions.ts
+++ b/src/router/data/functions.ts
@@ -21,7 +21,7 @@ export default [
name: "Functions",
meta: {
title: "functions",
- icon: "cloud_queue",
+ icon: "functions",
layer: "FAAS",
},
redirect: "/functions",
diff --git
a/src/views/dashboard/related/network-profiling/components/NewConditions.vue
b/src/views/dashboard/related/network-profiling/components/NewConditions.vue
index 1ed8ac6..55d8fe3 100644
--- a/src/views/dashboard/related/network-profiling/components/NewConditions.vue
+++ b/src/views/dashboard/related/network-profiling/components/NewConditions.vue
@@ -50,13 +50,13 @@ limitations under the License. -->
</div>
</template>
<script lang="ts" setup>
-import { defineProps, reactive } from "vue";
+import { reactive } from "vue";
import { useI18n } from "vue-i18n";
import type { PropType } from "vue";
import { InitTaskField } from "./data";
import { NetworkProfilingRequest } from "@/types/ebpf";
-/* global defineEmits */
+/* global defineProps, defineEmits */
const emits = defineEmits(["change"]);
const props = defineProps({
condition: {