Small fix to data source view

pull/1442/head
Torkel Ödegaard 11 years ago
parent d3c13a1d8c
commit a0c8d3fa6f
  1. 2
      src/app/features/account/partials/datasources.html

@ -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>

Loading…
Cancel
Save