Questions tagged as 'adminlte'

1
answer

Login Page

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",...
asked by 15.08.2018 / 01:30
0
answers

pt-BR in datePicker does not work in AdminLTE 2

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: {...
asked by 20.09.2018 / 21:29
0
answers

AdminLTE DataTable - Select Row / Select Row

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...
asked by 10.09.2018 / 12:17
1
answer

ACL Laravel using ADMINLTE

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...
asked by 15.11.2018 / 12:33
1
answer

Integrate LTE Admin Template in Angular 6

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...
asked by 10.08.2018 / 03:55
0
answers

How to create a multilevel menu with AdminLTE Menu Runtime in Laravel?

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...
asked by 06.12.2018 / 18:04
0
answers

AdminLTE menu according to the user

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...
asked by 27.11.2018 / 18:49
0
answers

Multi-level Treeview Menu does not work in AdminLTE

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....
asked by 24.07.2018 / 19:41
1
answer

Translation error on adminLTE template buttons

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...
asked by 25.07.2018 / 15:14
1
answer

Put time (minute: second) in the graphic Flot

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...
asked by 08.05.2018 / 18:15