|
@@ -90,6 +90,9 @@ from desktop.views import _ko
|
|
|
<!-- ko if: catalogEntry.isPrimaryKey() -->
|
|
<!-- ko if: catalogEntry.isPrimaryKey() -->
|
|
|
<i title="${ _("Primary Key") }"class="fa fa-key"></i>
|
|
<i title="${ _("Primary Key") }"class="fa fa-key"></i>
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
|
|
+ <!-- ko if: catalogEntry.isPartitionKey() -->
|
|
|
|
|
+ <i title="${ _("Partition Key") }"class="fa fa-key"></i>
|
|
|
|
|
+ <!-- /ko -->
|
|
|
<!-- ko if: popularity -->
|
|
<!-- ko if: popularity -->
|
|
|
<i data-bind="attr: { 'title': '${ _ko("Popularity") }: ' + popularity() + '%' }" class="fa fa-star-o"></i>
|
|
<i data-bind="attr: { 'title': '${ _ko("Popularity") }: ' + popularity() + '%' }" class="fa fa-star-o"></i>
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|