OSDN Git Service

[TMP] Before implement websocket at front-end
[eos/zephyr.git] / front-end / dist / templates / workspace.html
index bf7925a..9ac29f8 100644 (file)
@@ -1,6 +1,8 @@
+<header-menu></header-menu>
 <div class="container">
     <div class="row">
+        <button type="button" class="btn btn-info" ng-click="c.debug()">Debug</button>
         <directory index="i" info="info" list="c.directoryList" add="c.addDirectory" ng-repeat="(i, info) in c.directoryList"></directory>
     </div>
-    <button type="button" class="btn btn-default" ng-click="c.test()">WORKSPACE</button>
+    <!-- <button type="button" class="btn btn-default" ng-click="c.test()">WORKSPACE</button> -->
 </div>