web: fix class for propertymapping test button

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-10 12:46:50 +02:00
parent 3118365118
commit 68608087ec
1 changed files with 1 additions and 1 deletions

View File

@ -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>`,