Skip to content

Commit c641d7f

Browse files
committed
update docs assets
1 parent 229ec8e commit c641d7f

File tree

81 files changed

+56864
-16393
lines changed

Some content is hidden

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

81 files changed

+56864
-16393
lines changed

docs/assets/css/adminlte.css

+30,439-10,943
Large diffs are not rendered by default.

docs/assets/css/adminlte.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/adminlte.min.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/adminlte.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.components.css

+7,786-1,950
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.components.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.components.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.components.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.core.css

+13,484-2,277
Large diffs are not rendered by default.

docs/assets/css/alt/adminlte.core.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.core.min.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.core.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.extra-components.css

+616-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.extra-components.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.extra-components.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.extra-components.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.pages.css

+327-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.pages.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.pages.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.pages.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.plugins.css

+2,799-305
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.plugins.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.plugins.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/alt/adminlte.plugins.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/adminlte.js

+595-374
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/adminlte.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/adminlte.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/adminlte.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/demo.js

+357-131
Large diffs are not rendered by default.

docs/assets/js/pages/dashboard.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $(function () {
166166

167167
// This will get the first returned node in the jQuery collection.
168168
// eslint-disable-next-line no-unused-vars
169-
var salesChart = new Chart(salesChartCanvas, {
169+
var salesChart = new Chart(salesChartCanvas, { // lgtm[js/unused-local-variable]
170170
type: 'line',
171171
data: salesChartData,
172172
options: salesChartOptions
@@ -197,7 +197,7 @@ $(function () {
197197
// Create pie or douhnut chart
198198
// You can switch between pie and douhnut using the method below.
199199
// eslint-disable-next-line no-unused-vars
200-
var pieChart = new Chart(pieChartCanvas, {
200+
var pieChart = new Chart(pieChartCanvas, { // lgtm[js/unused-local-variable]
201201
type: 'doughnut',
202202
data: pieData,
203203
options: pieOptions
@@ -259,7 +259,7 @@ $(function () {
259259

260260
// This will get the first returned node in the jQuery collection.
261261
// eslint-disable-next-line no-unused-vars
262-
var salesGraphChart = new Chart(salesGraphChartCanvas, {
262+
var salesGraphChart = new Chart(salesGraphChartCanvas, { // lgtm[js/unused-local-variable]
263263
type: 'line',
264264
data: salesGraphChartData,
265265
options: salesGraphChartOptions

docs/assets/js/pages/dashboard2.js

+2
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,5 @@ $(function () {
266266
// ]
267267
// })
268268
})
269+
270+
// lgtm [js/unused-local-variable]

docs/assets/js/pages/dashboard3.js

+2
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@ $(function () {
143143
}
144144
})
145145
})
146+
147+
// lgtm [js/unused-local-variable]

docs/assets/plugins/bootstrap/js/bootstrap.bundle.js

+69-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/plugins/bootstrap/js/bootstrap.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/plugins/bootstrap/js/bootstrap.bundle.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)