blob: c346ba624769dc777530caf7f77c003743bf7a52 [file] [log] [blame]
<!--
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="container-fluid" id="viewsample-content" style="overflow:auto;">
<div class="row">
<h5 class="over-title margin-bottom-15">Download sample</h5>
</div><!--//row-->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div id="viewrule-definition" class="viewrule-content">
<div ng-if="sample.length==0">No data</div>
<div ng-if="sample.length>0" ng-repeat="item in sample">
<span style="color: #fff">
{{item.date | date: 'MM/dd/yy HH:mm'}}
</span>
&nbsp;&nbsp;
<span>
{{item.path}}
</span>
&nbsp;&nbsp;
<span>
<a target="_self" href="{{downloadUrl + '/' + item.path}}" download style="font-size: 11px">
<u>Download</u>
</a>
</span>
</div>
</div>
<p>
Click the "Download" link to download sample data. You can also find the complete data file from the path listed above, and then you can back-fill the missed data
</p>
</div>
</div><!--//row-->
</div>