Skip to content

Commit

Permalink
Set the extension display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Duan committed Mar 14, 2024
1 parent ad0ba72 commit 611397a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manager-ext",
"version": "1.0.0-b1",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=16"
Expand Down
7 changes: 4 additions & 3 deletions pkg/neuvector-ui-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "neuvector-ui-ext",
"description": "neuvector plugin",
"version": "1.0.0-b1",
"description": "NeuVector extension for Rancher Manager",
"version": "1.0.0",
"private": false,
"icon": "https://avatars2.githubusercontent.com/u/19367275?s=200&v=4",
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= v2.7.9"
"catalog.cattle.io/rancher-version": ">= v2.7.9",
"catalog.cattle.io/display-name": "NeuVector UI Extension"
}
},
"scripts": {
Expand Down

0 comments on commit 611397a

Please sign in to comment.