meteor-admin icon indicating copy to clipboard operation
meteor-admin copied to clipboard

A complete admin dashboard solution

Results 100 meteor-admin issues
Sort by recently updated
recently updated
newest added

It's possible use this package with [generator-angular-meteor](https://github.com/ndxbxrme/generator-angular-meteor) ? Just one of [prerequisites](https://github.com/yogiben/meteor-admin#0-prerequisites) is available (accounts system). Cheers

I am getting 'Couldn't find a template named "(_)" or "(_)". Are you sure you defined it?' on my collections when I try to add/view. (using the default templates) I...

Hi, I'd like to use Semantic UI instead of Bootstrap. Is that possible? Thanks, Kris

Hi, I have this error, please advice: Errors prevented startup: While building for web.browser: error: no plugin found for lib/client/css/admin-custom.less in yogiben:admin; a plugin for *.less was active when it...

Hello ! Thanks for the package ! I have a problem after follow your instructions. Actually i can add data like "Post" or "User" but when i go on "View...

When I try and add the Posts collection as it is shown int he package example as follows: ``` @Schemas = {} @Posts = new Meteor.Collection('posts'); Schemas.Posts = new SimpleSchema...

- Used collection hooks instead of observables to improve collection count performance. This was causing apps with millions of records to hang when viewing the dashboard. With hooks, the calculation...

is it possible to remove the default sidebar link of a collection? I would like to disable the "new" submenu in the sidebar as I've already disabled it in the...

This makes Bootstrap and FontAwesome lazyloading possible, for if you don't want to use both/either of those to be used in the entire project, but just in the Admin interface....

Hi, I've previously established an admin user, and successfully was 'logged in', made changes to my apps tables, etc. The issue I'm encountering is as follows: If I sign out...