diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index df0584562..46f1d2fc3 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -86,11 +86,11 @@ $collection = $this->getParam('collection', []); - + @@ -101,9 +101,9 @@ $collection = $this->getParam('collection', []); - +
- +
- diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 0ee7c32be..cf84d0f5e 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -315,7 +315,7 @@ $providers = $this->getParam('providers', []); data-param-project-id="{{router.params.project}}" data-scope="console">
    - $data): if(isset($data['enabled']) && !$data['enabled']) { continue; } ?> + $data): if (isset($data['enabled']) && !$data['enabled']) { continue; } ?>