Skip to content

Commit

Permalink
Only add menu items to serve view (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler@tailscale.com>
(cherry picked from commit 91e6143)
  • Loading branch information
tylersmalley committed Jun 29, 2023
1 parent 39b98ca commit 996a203
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,18 @@
"view/title": [
{
"command": "tailscale.refreshServe",
"group": "overflow"
"group": "overflow",
"when": "view == tailscale-serve-view"
},
{
"command": "tailscale.resetServe",
"group": "overflow"
"group": "overflow",
"when": "view == tailscale-serve-view"
},
{
"command": "tailscale.openAdminConsole",
"group": "overflow"
"group": "overflow",
"when": "view == tailscale-serve-view"
}
]
},
Expand Down

0 comments on commit 996a203

Please sign in to comment.