OSDN Git Service

[TMP] Before implement websocket at front-end
[eos/zephyr.git] / front-end / dist / templates / execution.html
1 <header-menu></header-menu>
2 <div class="container">
3     <div class="row">
4         <uib-accordion>
5             <command index="i" name="command.name" remove="c.remove" list="c.commandInfoList" ng-repeat="(i, command) in c.commandInfoList"></command>
6         </uib-accordion>
7         <button class="btn" ng-click="c.add()">Add</button>
8         <button class="btn btn-default" ng-click="c.open()">open</button>
9     </div>
10 </div>