jippi/hashi-ui

Delete folder in kv deletes all sibling folders having the same prefix

开放

#427 创建于 2019年1月15日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (144 个派生)batch import
bughelp wanted

仓库指标

星标
 (1,223 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

In Consul KV, suppose there 2 folders:

  • test
  • test2

Now, if the folder 'test' is deleted (steps provided below), it will also delete the folder 'test2'. Steps to reproduce:

  • Go to Consul KV
  • Create 2 folders: 'test' and 'test2'
  • Click on 'test' and then on the 'DELETE FOLDER' button on the top-right corner.
  • Click on 'YES, DELETE THE FOLDER'.

This will delete both the folders 'test' and 'test2', and any other sibling folder whose name starts with 'test'.

贡献者指南