human friendly name for bundles (#1491)
This commit is contained in:
@@ -26,7 +26,13 @@
|
||||
{{ tables.datatable_header(tableName, columns, null, {}) }}
|
||||
{% for plugin in plugins %}
|
||||
<tr>
|
||||
<td>{{ plugin.name }}</td>
|
||||
<td>
|
||||
{% if plugin.id != plugin.name %}
|
||||
<span data-toggle="tooltip" data-placement="top" title="{{ plugin.id }}">{{ plugin.name }}</span>
|
||||
{% else %}
|
||||
{{ plugin.name }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ widgets.label(plugin.metadata.version, 'primary') }}</td>
|
||||
<td class="{{ tables.data_table_column_class(tableName, columns, 'description') }}">{{ plugin.metadata.description }}</td>
|
||||
<td class="{{ tables.data_table_column_class(tableName, columns, 'required_version') }}">
|
||||
|
||||
Reference in New Issue
Block a user