ui tweaks

This commit is contained in:
Eugene Pankov
2018-12-21 20:43:11 +01:00
parent 9ef3cbc177
commit 2ca6135c06
4 changed files with 63 additions and 45 deletions

View File

@@ -62,6 +62,8 @@ h3.mt-3 Saved Profiles
i.fa.fa-trash-o
div(ngbDropdown, placement='top-left')
button.btn.btn-outline-primary(ngbDropdownToggle) New profile
button.btn.btn-primary(ngbDropdownToggle)
i.fa.fa-fw.fa-plus
| New profile
div(ngbDropdownMenu)
button.dropdown-item(*ngFor='let shell of shells', (click)='newProfile(shell)') {{shell.name}}