microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
378 stars 87 forks source link

The string 'Quick Access/Subscription Name' does not include a '.../' prefix for tabs that display relevant parts of the node path #8198

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

Storage Explorer Version: 1.36.0-dev (100) Build Number: 20240923.1 Branch: main Platform/OS: Windows11/Windows 10/Linux Ubuntu 22.04 Architecture: arm64/x64/x64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Add the blob container to Quick Access.
  3. Open the QA blob container -> Observe the QA blob container tab.
  4. Check whether the 'Quick Access' string include a '.../' prefix.

Expected Experience

The 'Quick Access' string include a '.../' prefix.

Actual Experience

The 'Quick Access' string does not include a '.../' prefix. image

Additional Context

This issue also reproduces for below situation. image

craxal commented 2 months ago

This is by design. Subscription nodes and "Quick Access" are at the root of the path, so it doesn't make sense for the tags to have a ".../" prefix.

v-xianya commented 2 months ago

Hi @craxal thank you for the response. I am wondering if it is okay to add '/' in front of 'Subscription' and "Quick Access".

craxal commented 2 months ago

Is it OK? Sure. But that would require updating several packages, and I don't think the change is worth the effort.