DataLake DB module interface Function modification
[dcaegen2/services.git] / components / datalake-handler / admin / src / src / app / database / database-list / dbs-modal / druid / druid.component.ts
index 7465c26..43bd0ed 100644 (file)
@@ -49,7 +49,7 @@ export class DruidComponent {
     this.tempDb = new Db();
     const feed = {
       name: "Druid",
-      enabled: true, // TODO: enable
+      enabled: this.db.enabled,
       host: this.db.host,
       port: this.db.port,
       database: this.db.database,