This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree 4 files changed +1213
-1198
lines changed
4 files changed +1213
-1198
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-file-manager" ,
3
- "version" : " 2.4.12 " ,
3
+ "version" : " 2.4.14 " ,
4
4
"description" : " File manager for Laravel" ,
5
5
"keywords" : [
6
6
" laravel" ,
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8
8
< title > new-file-manager</ title >
9
- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3 .1/css/bootstrap.min.css ">
10
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.11.2 /css/all.css ">
9
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4 .1/css/bootstrap.min.css ">
10
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.13.0 /css/all.css ">
11
11
</ head >
12
12
< body >
13
13
< noscript >
16
16
</ strong >
17
17
</ noscript >
18
18
< div class ="container ">
19
- < div style ="height: 800px ; ">
19
+ < div style ="height: 400px ; ">
20
20
< div id ="fm "> </ div >
21
21
</ div >
22
22
</ div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
26
26
acl : null ,
27
27
28
28
// App version
29
- version : '2.4.12 ' ,
29
+ version : '2.4.14 ' ,
30
30
31
31
// axios headers
32
32
headers : { } ,
You can’t perform that action at this time.
0 commit comments