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-grafana-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new 4fd0046 add icon (#11)
4fd0046 is described below
commit 4fd0046e25307cc74ea5fe8feaf3cc799fea3180
Author: Fine0830 <[email protected]>
AuthorDate: Mon May 15 17:20:54 2023 +0800
add icon (#11)
---
src/img/logo-sw.svg | 24 ++++++++++++++++++++++++
src/plugin.json | 2 +-
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/src/img/logo-sw.svg b/src/img/logo-sw.svg
new file mode 100644
index 0000000..fbfe8a6
--- /dev/null
+++ b/src/img/logo-sw.svg
@@ -0,0 +1,24 @@
+<!-- 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 width="3450px" height="1823px" viewBox="0 0 3450 1823" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
+ <g id="Group" transform="translate(0.000000, -29.000000)">
+ <path d="M1050.01772,1394.31899 C1050.01772,1615.24051
912.21519,1851.47342 474.746835,1851.47342 C310.696203,1851.47342
192.579747,1836.16203 87.5873418,1812.10127 C65.7139241,1807.72658
46.0278481,1792.41519 46.0278481,1768.35443 L46.0278481,1610.86582
C46.0278481,1586.80506 65.7139241,1569.30633 87.5873418,1569.30633
L91.9620253,1569.30633 C179.455696,1580.24304 398.189873,1591.17975
479.121519,1591.17975 C673.794937,1591.17975 732.853165,1521.18481
732.853165,1394.31899 C [...]
+ <g id="moon-o" transform="translate(2932.164557, 596.000000)
rotate(-183.000000) translate(-2932.164557, -596.000000) translate(2415.708861,
26.379747)" fill="#D8D8D8" fill-rule="nonzero">
+ <path d="M1025.31646,927.371333 C992.796119,932.841177
959.292071,935.576099 925.845888,935.576099 C590.40035,935.576099
318.259524,661.909325 318.259524,324.582876 C318.259524,209.134252
351.705707,96.3623597 412.290747,0 C171.802278,71.8062511 0,293.684076
0,557.342199 C0,878.317305 259.46831,1139.24051 578.65368,1139.24051
C753.17563,1139.24051 916.818891,1059.22949 1025.31646,927.371333 Z"
id="Shape"></path>
+ </g>
+ </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/src/plugin.json b/src/plugin.json
index d4c9e7c..80f0fdf 100644
--- a/src/plugin.json
+++ b/src/plugin.json
@@ -11,7 +11,7 @@
},
"keywords": ["datasource"],
"logos": {
- "small": "img/logo.svg",
+ "small": "img/logo-sw.svg",
"large": "img/logo.svg"
},
"links": [],