Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#103 add icon for 'Containers' view container
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Mar 25, 2019
1 parent 77cc6b6 commit 6e4559a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/containers-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"version": "0.0.2",
"license": "EPL-2.0",
"files": [
"src"
"src",
"resources"
],
"contributes": {
"viewsContainers": {
"right": [
{
"id": "containers",
"title": "Containers"
"title": "Containers",
"icon": "resources/cube.svg"
}
]
},
Expand Down
21 changes: 21 additions & 0 deletions plugins/containers-plugin/resources/cube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e4559a

Please sign in to comment.