Skip to content

Commit 457c52d

Browse files
committed
Editor / Associated panel / CSS class by type
Allows easier customization of the layout of the panel
1 parent aab6dfe commit 457c52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/main/resources/catalog/components/metadataactions/partials/associatedResourcesContainer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div data-ng-repeat="config in relatedConfigUI track by $index">
22
<div>
33
<div>
4-
<h2 class="onlinesrc-title">
4+
<h2 class="onlinesrc-title gn-relation-type-{{config.type}}">
55
<i data-ng-class="onlinesrcService.reload ? 'fa-spin' : ''"></i>
66
<i class="{{::getClass(config.type)}}"></i>&nbsp;
77
<span>{{"associated-" + config.type | translate}}</span>

0 commit comments

Comments
 (0)