Xin 3e5ec183e5 UI development
Change-Id: Iccf35aa82982697e5bb630ee25dcbdce25c8d4a7
2015-11-30 15:45:02 -08:00

39 lines
1.5 KiB
HTML

<!--Copyright 2015 Cisco Systems, Inc. All rights reserved.-->
<!--Licensed under the Apache License, Version 2.0 (the "License"); you may-->
<!--not use this file except in compliance with the License. You may obtain-->
<!--a copy of the License at-->
<!--http://www.apache.org/licenses/LICENSE-2.0-->
<!--Unless required by applicable law or agreed to in writing, software-->
<!--distributed under the License is distributed on an "AS IS" BASIS, WITHOUT-->
<!--WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the-->
<!--License for the specific language governing permissions and limitations-->
<!--under the License.-->
<div class="col-lg-14">
<div class="well bs-component">
<form class="form-horizontal">
<fieldset>
<!--<legend>Log</legend>-->
<table class="table table-striped table-hover">
<thead>
<tr>
<th>
<span>LOGS</span>
<span style="float:right;">
<button type="submit" class="btn btn-default btn-xs" ng-click="delLog()" style="width: 65px">Clear</button>
<button type="submit" class="btn btn-primary btn-xs" ng-click="getLog()" style="width: 65px">Refresh</button>
</span>
</th>
</tr>
</thead>
</table>
<div id = "cc" style="font-family:Courier New, Monospace;width:100%;overflow: auto;word-wrap: break-word; white-space:pre ;font-size:13px;"></div>
</fieldset>
</form>
</div>
</div>