Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
HOPSWORKS-522 fix (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakantousis authored Jun 15, 2018
1 parent 73ca29f commit 2bac736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopsworks-web/yo/app/scripts/controllers/kafkaCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ angular.module('hopsWorksApp')
self.topics = [];
self.sharedTopics = [];
self.topicDetails = {};
self.maxNumTopics = 10;
self.maxNumTopics = 100;
self.numTopicsUsed = 0;

self.currentTopic = "";
Expand Down

0 comments on commit 2bac736

Please sign in to comment.