mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Site path / copy and paste issues #420
Reference in New Issue
Block a user
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 @rafalkukla on 3/31/2023
CloudPanel version(s) affected
2.2.1
Description
I often need to copy path to a specific site, and I noticed, when you highlight the path and copy, it contains a small gap / almost like new line, because when you paste into any console, or code editor, it always breaks up the path and looks like this:
And I always have to manually adjust it.
Ideally, I would love to see this path as a clickable element, similar to site user for quick copy interaction.
This would come useful, especially when I do rclone restore, or any other command line and you want to quickly copy / paste path to a specific site.
How to reproduce
Copy and paste site path from any site.
Possible Solution
Create this path as a clickable element, similar to site user for quick copy interaction.
Additional Context
No response