web: fix class for propertymapping test button
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3118365118
commit
68608087ec
|
@ -107,7 +107,7 @@ export class PropertyMappingListPage extends TablePage<PropertyMapping> {
|
||||||
<span slot="header"> ${t`Test Property Mapping`} </span>
|
<span slot="header"> ${t`Test Property Mapping`} </span>
|
||||||
<ak-property-mapping-test-form slot="form" .mapping=${item}>
|
<ak-property-mapping-test-form slot="form" .mapping=${item}>
|
||||||
</ak-property-mapping-test-form>
|
</ak-property-mapping-test-form>
|
||||||
<button slot="trigger" class="pf-c-button pf-m-secondary">
|
<button slot="trigger" class="pf-c-button pf-m-plain">
|
||||||
<i class="fas fa-vial" aria-hidden="true"></i>
|
<i class="fas fa-vial" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
</ak-forms-modal>`,
|
</ak-forms-modal>`,
|
||||||
|
|
Reference in New Issue