Skip to content

Commit 8feb316

Browse files
committed
update to version 2.1
1 parent 405902f commit 8feb316

File tree

113 files changed

+64832
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+64832
-242
lines changed

404.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!doctype html>
22
<!--
33
* Bootstrap Simple Admin Template
4-
* Version: 2.0
4+
* Version: 2.1
55
* Author: Alexis Luna
6-
* Copyright 2020 Alexis Luna
76
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
87
-->
98
<html lang="en">

500.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!doctype html>
22
<!--
33
* Bootstrap Simple Admin Template
4-
* Version: 2.0
4+
* Version: 2.1
55
* Author: Alexis Luna
6-
* Copyright 2020 Alexis Luna
76
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
87
-->
98
<html lang="en">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- New layout for dashboard page
88
- New cleaner look for login, signup, and forgot password page
99
- Minor UI optimizations
10-
- Update for core plugins
10+
- Upgrade to Bootstrap 4.6
1111

1212
View live demo!
1313
[view demo](https://alexis-luna.github.io/bootstrap-simple-admin-template/)

assets/components/navbar/navbar-dropdowns.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.0
3+
* Version: 2.1
44
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
65
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
76
-------------------------------------------------------------------*/
87
.nav-dropdown .nav-link {

assets/components/sidebar/sidebar-default.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.0
3+
* Version: 2.1
44
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
65
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
76
-------------------------------------------------------------------*/
87
#sidebar {

assets/css/auth.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.0
3+
* Version: 2.1
44
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
65
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
76
-------------------------------------------------------------------*/
87

assets/css/error.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.0
3+
* Version: 2.1
44
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
65
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
76
-------------------------------------------------------------------*/
87

assets/css/master.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.0
3+
* Version: 2.1
44
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
65
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
76
-------------------------------------------------------------------*/
87

assets/js/charts.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*------------------------------------------------------------------
2-
* Bootstrap Simple Admin Template
3-
* Version: 2.0
4-
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
6-
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7-
-------------------------------------------------------------------*/
81
var chart1 = document.getElementById("linechart");
92
var chart2 = document.getElementById('barchart');
103
var chart3 = document.getElementById("piechart");

assets/js/dashboard-charts.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*------------------------------------------------------------------
2-
* Bootstrap Simple Admin Template
3-
* Version: 2.0
4-
* Author: Alexis Luna
5-
* Copyright 2020 Alexis Luna
6-
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7-
-------------------------------------------------------------------*/
81
var trafficchart = document.getElementById("trafficflow");
92
var saleschart = document.getElementById("sales");
103

0 commit comments

Comments
 (0)