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

Hi, I want to build a n app and i am looking at using this package to build my admin. Is it still being maintained or it is near it's...

This package depends on `meteorhacks:unblock` which breaks with `fibers` 3.x as included in meteor 1.8.1+ As this package seems to be unmaintained, are there are active forks the community should...

"Oops, looks like there's no route on the client or the server for url: "http://localhost:3000/." it added to the bottom of every page in the project after updating meteor

I have this code in both/app.js AdminConfig = { collections: { Posts: {} } }; But I am getting the following error: Your app is crashing. Here's the latest log....

It's said that you need to add it both in client and server side, but where do I add this configuration? ```javascript AdminConfig = { adminEmails: ['[email protected]'], collections: { Posts:...

I have enabled the Roles collection to be shown in meteor-admin as discussed in a separate issue, however for some reason showing roles and using collection-hooks, even with nothing configured...

Hello! I am very happy with using this package as an admin panel in my project. In my project, I have been using aldeed:collection2-core and npm package simpl-schema since aldeed:collection2...

How can I add tableColumns to the user table? I need e.g. Name, Language, etc..

I clone your package and paste it into packages folder in meteor-starter package and then the result is this :- User count is correct but there is no user in...

I have a collection with a relationship field.When the 'create new' form for the collection renders, I want to provide a user select box containing the entity names from the...