Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ungrouped session problem #8440

Closed
lystormenvoy opened this issue May 17, 2023 · 0 comments
Closed

Ungrouped session problem #8440

lystormenvoy opened this issue May 17, 2023 · 0 comments

Comments

@lystormenvoy
Copy link

Describe the problem:
[A clear and concise description of what the bug is.]

Ungrouped in Chinese is ‘未分组’ in this picture.
image

There are three ungrouped. In config.yaml they are different.

Some has no group properties:

  - name: 225全连接高校测试
    icon: fab fa-linux
    options:
      host: 192.168.37.225
      algorithms: {}
    id: ssh:custom:175:f20019c7-57b0-4327-a349-7372155daa0b
    type: ssh

Some has group properties but has no value:

  - name: 175安装测试
    icon: fab fa-linux
    options:
      host: 192.168.37.175
      port: 22
      user: root
      algorithms: {}
    group: 
    id: ssh:custom::b2d02a49-f3bd-4fa3-80fb-49c8dad06922
    type: ssh

Some has group properties but just with '' :

  - name: 190-ZLM
    icon: fab fa-linux
    options:
      host: 192.168.35.190
      port: 22
      user: root
      privateKeys: []
      forwardedPorts: []
      scripts: []
    group: ''
    id: ssh:custom::56364e9f-3bf2-411a-a589-e2e0eb651f86
    type: ssh

I think we should merge them in the same ungrouped group.

To Reproduce:
[Steps to reproduce the behavior]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants