Skip to content

Commit a7c5f9a

Browse files
committed
New icon for Activity Bar
1 parent 18a875c commit a7c5f9a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,6 @@ To obtain an array of server names:
178178
const allServerNames = await serverManagerApi.getServerNames();
179179
```
180180
For details of the API, including result types and available parameters, review the source code of the extension's `activate` method [here](https://github.com/intersystems-community/intersystems-servermanager/blob/master/src/extension.ts).
181+
182+
---
183+
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>

images/toolbox.png

17.7 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{
7676
"id": "intersystems-community_servermanager",
7777
"title": "InterSystems Tools",
78-
"icon": "images/toolsContainer.svg"
78+
"icon": "images/toolbox.svg"
7979
}
8080
]
8181
},

0 commit comments

Comments
 (0)