phact / CassandraDataModeler

Data Modeler and diagnostic tool for Cassandra
http://www.sestevez.com/sestevez/CassandraDataModeler/
Apache License 2.0
24 stars 12 forks source link

Updated sizer.js - Custom keyspace name/def fix #36

Open ammills01 opened 8 years ago

ammills01 commented 8 years ago

The keyspace should match what is sent in via the 'keyspace name' parameter and what is being created in the 'keyspace definition' parameter. Currently, the 'keyspace definition' is hard coded to 'autogeneratedtest'. This change uses the same variable that is used for the 'keyspace name' parameter in 'keyspace definition'.