2018-08-22 11:44:47 +00:00
|
|
|
<div flex="auto" ng-controller="devToolsController" layout="column" class="dev-tools-max-height">
|
2018-05-01 09:56:04 +00:00
|
|
|
|
2018-05-08 14:50:02 +00:00
|
|
|
<wz-menu ng-init="menuNavItem = 'wazuh-dev'"></wz-menu>
|
2018-05-04 16:03:35 +00:00
|
|
|
<md-content flex layout="column" class="md-padding" layout-align="start">
|
2018-12-18 14:38:40 +00:00
|
|
|
<div>
|
|
|
|
<div id="wz-dev-left-column" flex layout="column">
|
2018-08-22 11:44:47 +00:00
|
|
|
<span class="wz-headline-title wz-dev-title">Console <i ng-click="send()" class="fa fa-play wz-play-dev-color cursor-pointer pull-right fa-fw wz-always-top" id="play_button" aria-hidden="true"></i></span>
|
2018-05-08 14:07:51 +00:00
|
|
|
<textarea flex id="api_input"></textarea>
|
2018-05-04 16:03:35 +00:00
|
|
|
</div>
|
2018-12-18 14:38:40 +00:00
|
|
|
<div class="wz-dev-column-separator layout-column"><span>︙</span></div>
|
|
|
|
<div id="wz-dev-right-column" flex layout="column">
|
2019-01-22 09:02:28 +00:00
|
|
|
<span class="wz-headline-title wz-dev-title">
|
|
|
|
<i ng-click="help()" class="fa fa-question wz-question-dev-color cursor-pointer pull-right fa-fw" aria-hidden="true"></i>
|
|
|
|
<i ng-click="exportOutput()" tooltip="Export as JSON" class="fa fa-download wz-question-dev-color cursor-pointer pull-right fa-fw" aria-hidden="true"></i>
|
|
|
|
</span>
|
2018-05-08 14:07:51 +00:00
|
|
|
<textarea flex id="api_output"></textarea>
|
2018-05-04 16:03:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-01 09:56:04 +00:00
|
|
|
</md-content>
|
2018-08-22 11:44:47 +00:00
|
|
|
</div>
|