diff --git a/README.md b/README.md index 4a8a273..b68d298 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,6 @@ To obtain an array of server names: const allServerNames = await serverManagerApi.getServerNames(); ``` 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). + +--- +
Icons made by Freepik from www.flaticon.com
diff --git a/images/toolbox.png b/images/toolbox.png new file mode 100644 index 0000000..a506df3 Binary files /dev/null and b/images/toolbox.png differ diff --git a/package.json b/package.json index 510efb3..a38306f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ { "id": "intersystems-community_servermanager", "title": "InterSystems Tools", - "icon": "images/toolsContainer.svg" + "icon": "images/toolbox.svg" } ] },