2018-05-08 14:07:51 +00:00
|
|
|
|
2018-05-01 09:56:04 +00:00
|
|
|
<div flex ng-controller="devToolsController" layout="column">
|
|
|
|
|
|
|
|
<wz-menu ng-init="menuNavItem = 'settings'"></wz-menu>
|
2018-05-04 16:03:35 +00:00
|
|
|
<md-content flex layout="column" class="md-padding" layout-align="start">
|
|
|
|
<div layout="row" flex>
|
|
|
|
<div flex layout="column">
|
|
|
|
|
2018-05-08 14:07:51 +00:00
|
|
|
<span style="padding-bottom: 10px" class="wz-headline-title">Console <i ng-click="send()" class="fa fa-play wz-theader-sort-icon pull-right fa-fw" aria-hidden="true"></i></span>
|
|
|
|
<textarea flex id="api_input"></textarea>
|
|
|
|
|
2018-05-04 16:03:35 +00:00
|
|
|
</div>
|
2018-05-07 10:07:52 +00:00
|
|
|
<div flex layout="column">
|
|
|
|
<span style="padding-bottom: 10px" class="wz-headline-title"><i ng-click="help()" class="fa fa-question wz-theader-sort-icon 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-05-04 16:03:35 +00:00
|
|
|
|
2018-05-01 09:56:04 +00:00
|
|
|
</div>
|