admin-dashboard
Here are 1,128 public repositories matching this topic...
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
When you render an alert within a modal the close
classes clash impacting the alert icon.
Device
- Browser [*]
- OS: [*]
To reproduce
Steps to reproduce the behavior:
https://jsfiddle.net/1xejsv5w/
Screenshots
See jsfiddle above.
Issue type
I'm submitting a ... (check one with "x")
- [ X] bug report
- feature request
- question about the decisions made in the repository
Issue description
-
Updated
Jan 27, 2020 - HTML
What I Want
I want to fixed side menu it should not scrolling with my data.
Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.
Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will
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
Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon
-
Updated
May 26, 2020 - JavaScript
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
-
Do you want to request a feature or report a bug?
Minor bug
In #1535, @sedubois writes:
- people can create their own plugins and share them on the list of plugins wiki page, but that information tends to be outdated or not verified and so the quality information gets diluted;
- external plugins might not be as stable as Administrate itself, because people are basically on their own
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
npm link后提示
npm WARN iview@2.14.0 requires a peer of vue@^2.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN WZ@1.0.0 No repository field.
wz命令执行不了。
I really like this dashboard UI however when using mobile, I've noticed that the navbar does not collapse for the "navbar only" view
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
The final build is too large. I checked the build folder and looks like it's not optimizing the bundle. The build/static/media contains all flags SVGs. And I haven't used a single flag SVG in my project.
Folder sizes:
- build/static/css - 905 KB
- build/static/js - 14 MB
- build/static/media - 7.8 MB
I can delete the media
folder straight away and still get my app running successf
-
Updated
Apr 15, 2020 - Vue
-
Updated
May 7, 2020 - Vue
According to the documentation, the admin login is available at
http://site_address/website/public/admin
.
However, I get the message Not Found , The requested URL was not found on this server.
Browsing through the directory I cannot find folder or page as admin
. Hence, probably the docs are outdated.
The admin credentials are also not usable in the cl
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
Would be nice to automatically colorize (or have a unique shape for) pods based on their name (in addition to their status.
Happy to attempt a PR if interested.
- useProperty(resourceId, propertyName) should return PropertyJSON from the store
- useResource(resourceId) should return ResourceJSON from the store
- write documentation for these hooks
Timestamps are displayed in the Rails app's local time (most likely UTC) which isn't terribly helpful for admins trying to determine when an action took place, since the timezone of the timestamp isn't even displayed. Unfortunately this isn't one of those problems that's easily solved, despite how frequently it comes up.
The best solution that I'm aware of is to have a bit of js that grabs all
When i follow the Getting started instruction in Laravue, i got error when i run syntax YARN INSTALL.
The error is like this:
C:\xampp\htdocs\laravue2>yarn install
yarn install v1.21.1
[1/4] Resolving packages...
error Couldn't find the binary git
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Is there any one ever meet error like that?
Plea
-
Updated
Apr 16, 2020 - CSS
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
May 25, 2020 - JavaScript
For checkbox inputs of associations with unique pluralization requirements, e.g. specialty/specialties, ExAdmin incorrectly pluralizes the <association>_ids
param key: specialtys
.
In https://github.com/smpallen99/ex_admin/blob/master/lib/ex_admin/param_associations.ex#L34, if you replace
new_key =
String.replace_suffix(key_as_string, "_ids", "s")
|> String.to_atom()
When using the app on mobile, the sidebar once opened doesn't close automatically. It should be closed when tapped outside the sidebar area.
Improve this page
Add a description, image, and links to the admin-dashboard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin-dashboard topic, visit your repo's landing page and select "manage topics."
在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap