I'm learning angular.
I'm using angle 6
I'm trying to make the LTE Admin login page
I imported these files into angular.json
"styles": [
"node_modules/admin-lte/bower_components/bootstrap/dist/css/bootstrap.min.css",...
Hello, I'm developing a panel and I need datepicker in Portuguese,
I already tried to modify the js file itself but the dates disappeared.
$('#datepicker').datepicker({
autoclose: true,
language:'pt-BR',
format: {...
I have a project in progress and I use AdminLTE for layout.
I really liked it, but I have a question about the DataTable:
How to apply functions to can select a row in the DataTable?
I've tried several tips like:
$('#example2 tbody').on( 'c...
Good morning.
I'm using laravel 5.5 and adminlte. I implemented acl with middleware and I use can to test the permissions.
I would like to put the can ('centrocusto') in the adminLte menu. Is not working. Has anyone done this? Do you know how...
I'm trying to integrate adminlte into my project, but I could not
It's like he can not find the files
I already gave npm i admin-lte --save-dev
I have already added the files in angular.json
"styles": [
"node_modu...
I integrated the jeroennoten / Laravel-AdminLTE into a project Laravel 5.7 , however, I'm having trouble generating a multilevel menu.
According to the reference contained in the project repository jeroennoten / Laravel-AdminLTE , this wo...
I'm creating a scheduling system with Laravel and AdminLTE. The authentication method I used was not Laravel Auth or AdminLTE because I simply used a Controller that uses a method for authentication in my AD (ldap_connect and ldap_bind). Once lo...
Problem:
Home
I'm using the AdminLTE 2 template (very good template!) In the project that uses the Laravel Framework . I've been able to include all the files and configure the layout to be displayed on SideBar and everything works fine....
I have developed a project that uses the adminLTE template and the Laravel Framework. But when migrating the project to the production server the buttons in the template are unconfigured. I need your help to solve this problem, follow the images...
I'm trying to put the seconds on the x axis, because the update is every 3 seconds.
I've already figured out that to set the range, just put this data
xaxis : {
minTickSize : [ 3, "second" ],
min : 0,
ma...