| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.AppProvider", | 4 "type": "@Common.AppProvider", |
| 5 "className": "Main.SimpleAppProvider", | 5 "className": "Main.SimpleAppProvider", |
| 6 "order": 10 | 6 "order": 10 |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "type": "@UI.ContextMenu.Provider", | 9 "type": "@UI.ContextMenu.Provider", |
| 10 "contextTypes": [ | 10 "contextTypes": [ |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "type": "@UI.ToolbarItem.Provider", | 200 "type": "@UI.ToolbarItem.Provider", |
| 201 "separator": true, | 201 "separator": true, |
| 202 "location": "main-toolbar-left", | 202 "location": "main-toolbar-left", |
| 203 "order": 100 | 203 "order": 100 |
| 204 }, | 204 }, |
| 205 { | 205 { |
| 206 "type": "@UI.ToolbarItem.Provider", | 206 "type": "@UI.ToolbarItem.Provider", |
| 207 "className": "Main.Main.NodeIndicator", | |
| 208 "order": 2, | |
| 209 "location": "main-toolbar-left", | |
| 210 "condition": "!nodeFrontend" | |
| 211 }, | |
| 212 { | |
| 213 "type": "@UI.ToolbarItem.Provider", | |
| 214 "className": "Main.Main.WarningErrorCounter", | 207 "className": "Main.Main.WarningErrorCounter", |
| 215 "order": 1, | 208 "order": 1, |
| 216 "location": "main-toolbar-right" | 209 "location": "main-toolbar-right" |
| 217 }, | 210 }, |
| 218 { | 211 { |
| 219 "type": "@UI.ToolbarItem.Provider", | 212 "type": "@UI.ToolbarItem.Provider", |
| 220 "separator": true, | 213 "separator": true, |
| 221 "order": 98, | 214 "order": 98, |
| 222 "location": "main-toolbar-right" | 215 "location": "main-toolbar-right" |
| 223 }, | 216 }, |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "scripts": [ | 434 "scripts": [ |
| 442 "RenderingOptions.js", | 435 "RenderingOptions.js", |
| 443 "SimpleApp.js", | 436 "SimpleApp.js", |
| 444 "GCActionDelegate.js", | 437 "GCActionDelegate.js", |
| 445 "RequestAppBannerActionDelegate.js", | 438 "RequestAppBannerActionDelegate.js", |
| 446 "ExecutionContextSelector.js", | 439 "ExecutionContextSelector.js", |
| 447 "Main.js" | 440 "Main.js" |
| 448 ], | 441 ], |
| 449 "resources": [ | 442 "resources": [ |
| 450 "errorWarningCounter.css", | 443 "errorWarningCounter.css", |
| 451 "nodeIcon.css", | |
| 452 "remoteDebuggingTerminatedScreen.css", | 444 "remoteDebuggingTerminatedScreen.css", |
| 453 "renderingOptions.css", | 445 "renderingOptions.css", |
| 454 "targetCrashedScreen.css" | 446 "targetCrashedScreen.css" |
| 455 ] | 447 ] |
| 456 } | 448 } |
| OLD | NEW |