Remove old add collection pane (#767)

This commit is contained in:
victor-meng
2021-05-10 18:10:48 -07:00
committed by GitHub
parent 4c506da7b9
commit 4ed8fe9e7d
13 changed files with 1 additions and 3128 deletions

View File

@@ -21,6 +21,5 @@ ko.components.register("throughput-input-autopilot-v3", ThroughputInputComponent
// Panes
ko.components.register("add-database-pane", new PaneComponents.AddDatabasePaneComponent());
ko.components.register("add-collection-pane", new PaneComponents.AddCollectionPaneComponent());
ko.components.register("graph-styling-pane", new PaneComponents.GraphStylingPaneComponent());
ko.components.register("cassandra-add-collection-pane", new PaneComponents.CassandraAddCollectionPaneComponent());