Skip to content

Commit 1dad7a6

Browse files
Merge pull request #75 from gjsjohnmurray/new-tools-icon
Fix README typo and ship new tools icon
2 parents 1a741b8 + c1c026e commit 1dad7a6

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The first button uses VS Code's Simple Browser feature, which creates a tab alon
5252

5353
### Notes About Simple Browser
5454
- There is only ever a single Simple Browser tab. Launching another server's Management Portal in it will replace the previous one.
55-
- If the server version is InterSystems IRIS 2021.1.1 or later you will need to change a setting on the suite of web applications that implement Management Portal. This is a consequence of change [SGM031 - Support SameSite for CSP session and user cookies](https://docs.intersystems.com/iris20201/csp/docbook/relnotes/index.html#SGM031). Simple Browser will not be permitted to store Portal's session management cookies, so Portal must be willing to fall back to using the CSPCHD query parameter mechanism.
55+
- If the server version is InterSystems IRIS 2020.1.1 or later you will need to change a setting on the suite of web applications that implement Management Portal. This is a consequence of change [SGM031 - Support SameSite for CSP session and user cookies](https://docs.intersystems.com/iris20201/csp/docbook/relnotes/index.html#SGM031). Simple Browser will not be permitted to store Portal's session management cookies, so Portal must be willing to fall back to using the CSPCHD query parameter mechanism.
5656
- Locate the five web applications whose path begins with `/csp/sys`
5757
![Portal web app list](images/README/portalWebApps.png)
5858

@@ -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>Activity Bar icon 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/README/editSettings.png

5.82 KB
Loading

images/README/tree.png

-795 Bytes
Loading

images/toolbox.svg

Lines changed: 4 additions & 0 deletions
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)