Skip to content

Commit 701c9c2

Browse files
committed
New build for tests
1 parent f76713b commit 701c9c2

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

config/version.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ current:
66
major: 1
77
minor: 0
88
patch: 0
9-
prerelease: 25-gb4ad259
9+
prerelease: 26-gf76713b
1010
buildmetadata: ''
11-
commit: b4ad25
11+
commit: f76713
1212
timestamp:
1313
year: 2020
1414
month: 2
1515
day: 4
1616
hour: 14
17-
minute: 51
18-
second: 1
17+
minute: 53
18+
second: 17
1919
timezone: UTC
2020
commit:
2121
mode: git-local

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"highcharts-vue": "^1.3.5",
3333
"tempusdominus-bootstrap-4": "^5.1.2",
3434
"tempusdominus-core": "^5.0.3",
35-
"vue-paginate": "^3.6.0",
35+
"vue-paginate": "github:marcioelias/vue-paginate",
3636
"vuex": "^3.1.2"
3737
}
3838
}

public/js/app.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -42959,7 +42959,7 @@ function normalizeComponent (
4295942959

4296042960
/**
4296142961
* vue-paginate v3.6.0
42962-
* (c) 2018 Taha Shashtari
42962+
* (c) 2020 Taha Shashtari
4296342963
* @license MIT
4296442964
*/
4296542965
(function (global, factory) {
@@ -43074,8 +43074,10 @@ function normalizeComponent (
4307443074
this.paginateList()
4307543075
},
4307643076
list: function list () {
43077-
if (this.currentPage >= this.lastPage) {
43077+
if (this.currentPage >= this.lastPage && this.lastPage > 0) {
4307843078
this.currentPage = this.lastPage - 1
43079+
} else {
43080+
this.currentPage = 0
4307943081
}
4308043082
this.paginateList()
4308143083
},

public/mix-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/js/app.js": "/js/app.js?id=ad3c8235c4e2afb7014d",
2+
"/js/app.js": "/js/app.js?id=b1e625681f189d5cf730",
33
"/css/app.css": "/css/app.css?id=50c3aaffd6cb753556bf",
44
"/css/login.css": "/css/login.css?id=108509f9aa5d5ab79fcb",
55
"/css/password_show.css": "/css/password_show.css?id=d796cf9076c7a4d8ef90",

0 commit comments

Comments
 (0)