This commit is contained in:
Eugene Pankov
2018-12-17 20:41:08 +01:00
parent 68c497e5fc
commit 4b5b75a57a

View File

@@ -1,13 +1,13 @@
h3 Saved Profiles
.list-group.mt-3.mb-3
.list-group.list-group-flush.mt-3.mb-3
.list-group-item.list-group-item-action.d-flex.align-items-center(
*ngFor='let profile of profiles',
(click)='editProfile(profile)',
)
.mr-auto
div {{profile.name}}
.text-muted {{profile.description}}
.text-muted {{profile.sessionOptions.command}}
button.btn.btn-outline-danger.ml-1((click)='$event.stopPropagation(); deleteProfile(profile)')
i.fa.fa-trash-o