views/infra/inspect.slim in engine2-1.0.4 vs views/infra/inspect.slim in engine2-1.0.5

- old
+ new

@@ -81,5 +81,25 @@ pre ng-bind="action.activeAssoc | json" div title="Globals" bs-pane="" .panel.panel-default .panel-body pre ng-bind="action.globals() | json" + + div title="Environment" bs-pane="" + .panel.panel-default + .panel-body + pre ng-bind="action.environment | json" + + div title="Diagnostics" bs-pane="" + .panel.panel-default + .panel-body + a.btn.btn-default ng-click="action.globals().notification('Name', 'Body', undefined, 2000)" + | Push + hr + a.btn.btn-default> ng-click="action.web_socket().send({number: action.number})" + | Websocket + | {{action.number}} + br + | Event + pre ng-bind="action.event | json" + | Socket + pre ng-bind="action.web_socket() | json"