admin
Here are 446 public repositories matching this topic...
-
Updated
Jul 6, 2020 - JavaScript
Prerequisites
- Are you running the latest version of
ng-admin? Yes, running the ng-admin-demo. - Did you check the documentation? Yes.
- Did you [perform a cursory search](https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Amarmelab%2Fng-admin+rep
I'm evaluating elasticsearch gui tools. Could you add a screenshot to the readme so people know what it looks like?
I really like this dashboard UI however when using mobile, I've noticed that the navbar does not collapse for the "navbar only" view
-
Updated
Jun 25, 2020 - JavaScript
In src/views/SignIn/SignIn.js and /src/views/SignUp/SignUp.js: paddingBototm
contentHeader: {
display: 'flex',
alignItems: 'center',
paddingTop: theme.spacing(5),
paddingBototm: theme.spacing(2),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2)
}
Should be:
contentHeader: {
display: 'flex',
alignItems: 'c
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jun 5, 2020 - JavaScript
Bug report
What I did
the styling for select2 form controls does not match that of other controls
What I expected to happen
styling should match
What happened
using latest Chrome, the select2 form controls have a "smaller height" from other elements. You can see this on the demo page https://demo.backpackforlaravel.com/admin/article/1031/edit
(the select2 fie
-
Updated
Mar 9, 2018 - JavaScript
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
Save preset settings
As an admin with multiple kong instances (think kong instance per environment), I would like for Kong Dashboard to save Kong Settings for multiple instances to allow quicker navigation.
As it currently is, the action bar does not give users the option to cancel their changes to the edited fields. A cancel button would be a great addition to the action bar.
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Nov 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."

After I cloned blur-admin, following the installation guidelines, but the serve command does not work and throw error that I didn't install jquery library which needs bower to install.
Please fix the document.
Requirement: bower (npm install -g bower)
After install npm: bower install --force