فهرست منبع

Small fix to data source view

Torkel Ödegaard 11 سال پیش
والد
کامیت
a0c8d3fa6f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/app/features/account/partials/datasources.html

+ 1 - 1
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>