@kumologica/sdk 3.6.0-beta2 → 3.6.0-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -305,7 +305,7 @@ RED.sidebar = (function () {
305
305
  RED.sidebar.info.init();
306
306
  RED.sidebar.test.init();
307
307
  RED.sidebar.git.init();
308
- //RED.sidebar.kumohub.init();
308
+ RED.sidebar.kumohub.init();
309
309
  RED.sidebar.azure.init();
310
310
  RED.sidebar.awsDeploy.init();
311
311
 
@@ -43,6 +43,7 @@
43
43
  @import 'tabs';
44
44
  @import 'tab-config';
45
45
  @import 'tab-azure';
46
+ @import 'tab-kumohub';
46
47
  @import 'tab-cloud';
47
48
  @import 'tab-context';
48
49
  @import 'tab-info';