Skip to content

Commit

Permalink
bigiq icon tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpySquare committed Mar 28, 2021
1 parent 9f52fd2 commit a4542ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/big-iq-centralized-mngmnt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/treeViewsProviders/hostsTreeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export class F5TreeProvider implements TreeDataProvider<F5Host> {
private f5Hex = ext.context.asAbsolutePath(path.join("images", "f5_open_dark.svg"));
private f524 = ext.context.asAbsolutePath(path.join("images", "f5_white_24x24.svg"));
private bigiqSvg = ext.context.asAbsolutePath(path.join("images", "BIG-IQ-sticker_transparent.png"));
// other svg recolored to match the mustard yellow of the png
// private bigiqSvg = ext.context.asAbsolutePath(path.join("images", "big-iq-centralized-mngmnt.svg"));

/**
* regex for confirming host entry <user>@<host/ip>:<port>
Expand Down

0 comments on commit a4542ea

Please sign in to comment.