Small fix to data source view

This commit is contained in:
Torkel Ödegaard
2015-01-21 10:51:28 +01:00
parent d3c13a1d8c
commit a0c8d3fa6f
@@ -25,7 +25,7 @@
<div ng-if="datasources.length === 0">
<em>No datasources defined</em>
</div>
<table class="grafana-options-table">
<table class="grafana-options-table" ng-if="datasources.length > 0">
<tr>
<td><strong>Name<strong></td>
<td><strong>Url<strong></td>