RSEMCS page default status values now reflect datatype.
This commit is contained in:
parent
39c003d6c8
commit
2170fc6c84
@ -80,18 +80,18 @@ import axios from "axios";
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
online: "loading...",
|
online: false,
|
||||||
motd: "loading...",
|
motd: "loading...",
|
||||||
players: {
|
players: {
|
||||||
max: "loading...",
|
max: 0,
|
||||||
now: "loading..."
|
now: 0
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
name: "loading...",
|
name: "loading...",
|
||||||
protocol: "loading...",
|
protocol: "loading...",
|
||||||
},
|
},
|
||||||
lastOnline: "loading...",
|
lastOnline: 0,
|
||||||
lastUpdate: "loading..."
|
lastUpdate: 0
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user