mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
25 lines
534 B
HTML
25 lines
534 B
HTML
<div class="table-panel-wrapper">
|
|
<grafana-panel>
|
|
<div class="table-panel-container">
|
|
<div class="table-panel-header-bg"></div>
|
|
<div class="table-panel-scroll">
|
|
<table class="table-panel-table">
|
|
<thead>
|
|
<tr>
|
|
<th ng-repeat="col in table.columns">
|
|
<div class="table-panel-table-header-inner">
|
|
{{col.text}}
|
|
</div>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="table-panel-footer">
|
|
</div>
|
|
</grafana-panel>
|
|
</div>
|