Remove old resource tree and cleanup (#28)

* Remove old resource tree and its various components

* Fix stored procedure, udf, trigger not always deleting when context menu option chosen

* Reformat and fix eslint warnings

* Remove CommandButtonOptions
This commit is contained in:
Laurent Nguyen
2020-06-15 12:16:52 +02:00
committed by GitHub
parent d70e30c4fc
commit 73f2c612ed
32 changed files with 50 additions and 2307 deletions

View File

@@ -128,15 +128,12 @@
</div>
</div>
<!-- Collections Window Title/Command Bar - End -->
<!-- ko if: !enableLegacyResourceTree() && !isAuthWithResourceToken() -->
<!-- ko if: !isAuthWithResourceToken() -->
<div style="overflow-y: auto" data-bind="react:resourceTree"></div>
<!-- /ko -->
<!-- ko if: !enableLegacyResourceTree() && isAuthWithResourceToken() -->
<!-- ko if: isAuthWithResourceToken() -->
<div style="overflow-y: auto" data-bind="react:resourceTreeForResourceToken"></div>
<!-- /ko -->
<!-- ko if: enableLegacyResourceTree -->
<resource-tree class="resourceTreeScroll" params="{data: $data}"></resource-tree>
<!-- /ko -->
</div>
<!-- Collections Window - End -->
</div>