提交 0f8c27e5 编写于 作者: E Eugene Pankov

fixed #403

上级 d6fb71dc
......@@ -13,7 +13,7 @@
i.fa.fa-fw.fa-history
span {{lastConnection.name}}
.list-group.mt-3
.list-group.mt-3.connections-list
ng-container(*ngFor='let group of childGroups')
.list-group-item.list-group-item-action.d-flex.align-items-center(
(click)='groupCollapsed[group.name] = !groupCollapsed[group.name]'
......
.list-group.connections-list {
display: block;
max-height: 70vh;
overflow-y: auto;
}
......@@ -8,6 +8,7 @@ import { SSHConnection, ISSHConnectionGroup } from '../api'
@Component({
template: require('./sshModal.component.pug'),
styles: [require('./sshModal.component.scss')],
})
export class SSHModalComponent {
connections: SSHConnection[]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册