-
## Feature Request
Current system have one template (AdminLTE2) and it is depends of some bundle config. This solution is hard to keep BC becouse depends of so many third part packages.
Now all…
-
我一直是AdminLTE2的老用户 https://adminlte.io/ 转Vue之后,看到vue-element-admin有相当好的底子,是否也可以借鉴AdminLTE2的一些设计,罗列如下:
1. AdminLTE2 页面布局我个人更推崇,原因是:顶部的bar占宽100%,可以放置LOGO;vue-element-admin左右布局,感觉有点断头
2. vue-element-ad…
-
I have something like this:
```elixir
defmodule MyApp.Order do
schema "orders" do
belongs_to :user
end
end
defmodule MyApp.User do
schema "users" do
has_many :orders
end
…
-
When including a blade file using `@include` the path is not resolved using the theme's directory and defaults to `/vendor/`.
For example I have the following views:
```
resources
└──themes
…
-
The filter on mobile is displayed on top of the tables in the admin version of django-adminlte2. This should ideally be relative position, or even better, a sidebar that can collapse.
What do you t…
-
In the documentation `https://django-adminlte2.readthedocs.io/en/latest/quickstart.html` mentions everywhere that in order to override the template you need to create the files under `adminlt/lib/...`…
-
rails g admin_lte2_plugins PLUGIN_NAME is not working for me this give me a error in my terminal, but that creates the code in the aplication.js file
Error in terminal:
Could not find "PLUGIN_NAME" in…
-
### Expected behaviour
Whe I use the command
`
$("#ProcessDate").datepicker('setEndDate', dateSystem);
`
or
`
$("#ProcessDate").datepicker('setDate', dateSystem);
`
or whatever, not workin…
-
When I originally wrote ExAdmin, I used the layout from the Rails ActiveAdmin project to avoid having to write my own UX. Later, when I added the AdminLTE2 theme, I kept the ActiveAdmin theme in for …
-
Admin App List has Table Row CSS Issue where the even rows are black. I am assuming that the goal was to have a bootstrap equivalent of .table-striped for the table. But, the even rows seem to be full…