Skip to content

Commit

Permalink
Fix favicon route
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Gerstel <[email protected]>
  • Loading branch information
timgerstel committed Sep 18, 2024
1 parent 02a2a2d commit 7ae6251
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pluginDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"launchDefinition": {
"pluginShortNameKey": "TN3270",
"pluginShortNameDefault": "TN3270",
"imageSrc": "assets/v3/icon.png"
"imageSrc": "v3/assets/icon.png"
},
"entryPoint": {
"2.0": "main.js",
Expand Down Expand Up @@ -39,16 +39,6 @@
"sourceName": "tn3270data",
"sourcePlugin": "org.zowe.terminal.proxy",
"versionRange": "^1.0.0"
},
{
"type": "service",
"name": "statediscovery",
"initializerLookupMethod": "internal",
"initializerName": "zosDiscoveryServiceInstaller",
"methods": [
"GET"
],
"version": "1.0.0"
}
]
}

0 comments on commit 7ae6251

Please sign in to comment.