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>
|
||||
<ak-property-mapping-test-form slot="form" .mapping=${item}>
|
||||
</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>
|
||||
</button>
|
||||
</ak-forms-modal>`,
|
||||
|
|
Reference in New Issue