OSDN Git Service

[Develop and Manual Test] show help with websocket
[eos/zephyr.git] / front-end / dist / templates / command.html
index f27f787..545ea00 100644 (file)
         </div>
         <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
             <h4>Message from console</h4>
+            <button type="button" class="btn btn-default" ng-click="ctrl.help()">show help</button>
             <div class="panel-info">
                 <div class="panel-body console-body">
-                    <p ng-repeat="msg in ctrl.messages track by $index" class="lead">{{msg}}</p>
+                    <p ng-repeat="msg in ctrl.messages track by $index">{{msg}}</p>
                 </div>
             </div>
         </div>