|
3 | 3 | "displayName": "F5 Flipper", |
4 | 4 | "description": "Breaking down Citrix NetScaler ADC configs", |
5 | 5 | "publisher": "F5DevCentral", |
6 | | - "version": "1.8.0", |
| 6 | + "version": "1.10.0", |
7 | 7 | "keywords": [ |
8 | 8 | "F5", |
9 | 9 | "F5Networks", |
|
21 | 21 | "theme": "light" |
22 | 22 | }, |
23 | 23 | "activationEvents": [ |
24 | | - "onCommand:f5-flipper.cfgExplore", |
25 | 24 | "onView:f5-ns-container" |
26 | 25 | ], |
27 | 26 | "main": "./out/extLoader.js", |
|
71 | 70 | { |
72 | 71 | "id": "nsConfigView", |
73 | 72 | "name": "Citrix ADC/NS Config Explorer" |
| 73 | + }, |
| 74 | + { |
| 75 | + "id": "nsTemplatesView", |
| 76 | + "name": "Citrix ADC/NS FAST Templates" |
74 | 77 | } |
75 | 78 | ] |
76 | 79 | }, |
|
110 | 113 | "category": "F5-Flipper", |
111 | 114 | "enablement": "view == nsConfigView" |
112 | 115 | }, |
| 116 | + { |
| 117 | + "command": "f5-flipper.templateExploreRefresh", |
| 118 | + "title": "Refresh", |
| 119 | + "category": "F5-Flipper", |
| 120 | + "icon": "$(refresh)", |
| 121 | + "enablement": "view == nsTemplatesView" |
| 122 | + }, |
113 | 123 | { |
114 | 124 | "command": "f5-flipper.viewJson", |
115 | 125 | "title": "JSON Output", |
116 | 126 | "category": "F5-Flipper", |
117 | 127 | "icon": "$(json)", |
118 | 128 | "enablement": "view == nsConfigView" |
119 | 129 | }, |
| 130 | + { |
| 131 | + "command": "f5-flipper.afton", |
| 132 | + "title": "AFTON", |
| 133 | + "category": "F5-Flipper", |
| 134 | + "enablement": "view == nsConfigView" |
| 135 | + }, |
120 | 136 | { |
121 | 137 | "command": "f5-flipper.diagRulesOpen", |
122 | 138 | "title": "Citrix NS/ADC diagnostics: Open Rules", |
|
127 | 143 | ], |
128 | 144 | "menus": { |
129 | 145 | "view/title": [ |
| 146 | + { |
| 147 | + "command": "f5-flipper.templateExploreRefresh", |
| 148 | + "when": "view == nsTemplatesView", |
| 149 | + "group": "navigation" |
| 150 | + }, |
130 | 151 | { |
131 | 152 | "command": "f5-flipper.cfgExploreClear", |
132 | 153 | "when": "view == nsConfigView", |
|
144 | 165 | "when": "view == nsConfigView && viewItem =~ /(appsHeader|gslbHeader)/", |
145 | 166 | "group": "inline" |
146 | 167 | }, |
| 168 | + { |
| 169 | + "command": "f5-flipper.afton", |
| 170 | + "when": "view == nsConfigView && viewItem =~ /(appsHeader)/", |
| 171 | + "group": "inline" |
| 172 | + }, |
147 | 173 | { |
148 | 174 | "command": "f5-flipper.viewJson", |
149 | 175 | "when": "view == nsConfigView && viewItem =~ /(nsApp|nsGSLB)/", |
|
0 commit comments