diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index 72d75dc3ee..8485e44053 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -22,8 +22,8 @@ $maxCells = 10;
| escape($label); ?> | - + $rule): + if ($i > $maxCells) { + break; + } + $label = (isset($rule['label'])) ? $rule['label'] : ''; + ?> +escape($label); ?> | +
|---|---|
|
-
-
-
- |
+
+
+
+ |
-
+