mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #30] Import from CSV from mRemoteNG doesn't work #19
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majkinetor on GitHub (Dec 8, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/30
Originally assigned to: @VShawn on GitHub.
Describe the bug
mRemoteNG v1.77.1.27713 (installed from Choclatey:
cinst mremoteng)To Reproduce
Not sure. Here is 1 CSV line with header and password set to ****:
Expected behavior
It shows success. Nothing else. No number of items, imported items, errors and so on...
Desktop (please complete the following information):
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19042 N/A Build 19042
Additional context
Nothing, just wanted to try alternative to mRemoteNg. It looks like WIP but I totally like it so far, its way faster to resize and has saner config.
Also, as related now, UI buttons text are cut:
@VShawn commented on GitHub (Dec 9, 2020):
bug fixed hot-fix release is coming soon, thanks for your report.
github.com/VShawn/PRemoteM@6470214838bring in this bug by error logicUI buttons text are cut
no idea, UI works good for me 😕
@majkinetor commented on GitHub (Dec 9, 2020):
Regarding cut, my Windows is set to 125% which is probably the reason why:
@majkinetor commented on GitHub (Dec 9, 2020):
Its still a bug with 125%, you should take that into account when refactoring UI, otherwise, you can call it pedantic.
@VShawn commented on GitHub (Dec 9, 2020):
that's it, it is the reason of cut off, no idea how to fix it now. Google for solution latter when i back home : )
BTW, new version to fix bugs has been released https://github.com/VShawn/PRemoteM/releases/tag/0.5.5.2012072119
@majkinetor commented on GitHub (Dec 9, 2020):
It works now, it imported all my mRemoteNg stuff.
However, it imports containers as items, not groups. mREmoteNG has
nodeTypeContainerwhich is similar to your groups (albeit better since you can't have groups within groups). It would be nice to import at least 1 level containers or make it equivalent in features as mRemoteNg.Also, in mRemoteNG containers provide common parameters via inheritance, but that is some other topic.
vs
@VShawn commented on GitHub (Dec 9, 2020):
https://github.com/VShawn/PRemoteM/blob/dev/PRM.Core/Model/SystemConfig.DataSecurity.cs#L731-L770
i pull a new release to fix this.