Skip to content

Commit

Permalink
Update views/cluster_info.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashySearch committed Dec 24, 2012
1 parent 0e6c0ba commit 110e673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/cluster_info.php
Expand Up @@ -40,7 +40,7 @@
<a href="keyspace_action.php?action=create" class="btn btn-large btn-primary" style="color: #fff; text-decoration: none;">Create New Keyspace</a>

<h3>Keyspaces and Column Families</h3>
<ul id="keyspaces">
<ul id="keyspaces" class="well">
<?php
$nb_ks = count($keyspaces_name);
for ($i = 0; $i < $nb_ks; $i++):
Expand Down

0 comments on commit 110e673

Please sign in to comment.