mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
c30c12d369
commit
05ba32b552
@ -23,6 +23,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>name</strong></th>
|
<th><strong>name</strong></th>
|
||||||
|
<th><strong>type</strong></th>
|
||||||
<th><strong>url</strong></th>
|
<th><strong>url</strong></th>
|
||||||
<th style="width: 60px;"></th>
|
<th style="width: 60px;"></th>
|
||||||
<th style="width: 85px;"></th>
|
<th style="width: 85px;"></th>
|
||||||
@ -37,7 +38,10 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="ellipsis">{{ds.url}}</span>
|
<span>{{ds.type}}</span>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span>{{ds.url}}</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<span ng-if="ds.isDefault">
|
<span ng-if="ds.isDefault">
|
||||||
|
Loading…
Reference in New Issue
Block a user