admin
Here are 1,844 public repositories matching this topic...
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
文档缺少可操作性
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
使用 Mock mock 数据的时候,需要硬编码数据到代码里面
使用 easy-mock 需要外网访问
使用 http-mock-middleware 仅仅需要新增如下 devServer.after 的配置项,就可以很方便的管理假数据,也方便开发者任意的修改假数据,而不需要提交:
const httpMockMiddleware = require("hm-middleware");
module.exports = {
devServer: {
after: function(app, server){
app.use(httpMockMiddleware({
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
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g
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
Jul 6, 2020 - JavaScript
Issue / PR 编写建议 (必读)
为了更好的解决你的问题, 建议在发表前, 先浏览以下内容。
issue
- 提供你的系统信息(发行版名字,版本号,浏览器等)。
- 提供你所使用的 Pro 版本。可以对比 github 上的版本列表页, 看看是否为最新版, 也许你的问题在新版本中已经修复了。
- 尽量详细描述你的问题,以及这个问题是如何出现的,最好能把 操作步骤大概说一下,以便我能重现这个问题。可以通过截图,录屏,浏览器
Console报错等方式提交更多的信息。 - 超过 7 天未对
Contributors的回复进行反馈的,默认将认为已解决关闭 Issue - 请使用提供的 Issue 模板格式发布
- 提问前请确认已经查找过 Vue 文档 | [Vue-Cli3](https://cli.vu
So I heard some company is using this so I come to take a look.
You have nice stars on github....mmm ok, let's see "Get Started"
the first thing that you do is copy paste the main.go file
and that file has
"github.com/qor/qor"
unused import! so from the start the compiler will complain.
removing it gives
2019/05/28 11:27:16 http: panic serving [::1]:43480: runtime error: in
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?
-
Updated
Jul 16, 2020 - Vue
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
It will be good to add some explanation in the documentation at the part "Integrating CKFinder" :
To use the "CKFinderFileChooserType" you have to use the 'type_options' 'block_name' : 'ckfinder_file_chooser_widget' and adding in 'form_theme' : '@CKSourceCKFinder/Form/fields.html.
-
Updated
May 17, 2020 - Java
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
-
Updated
Jun 25, 2020 - JavaScript
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Jun 14, 2020 - Vue
-
Updated
Jul 16, 2020 - Vue
-
Updated
Jul 15, 2020 - Java
-
Updated
May 11, 2020 - Vue
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."

在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap