mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 15:33:17 +01:00
Default showAverageResponseTime to true in details page too
This commit is contained in:
parent
12c352254f
commit
7f6f127f4f
@ -163,7 +163,7 @@ export default {
|
||||
// Since this page isn't at the root, we need to modify the server URL a bit
|
||||
serverUrl: SERVER_URL === '.' ? '..' : SERVER_URL,
|
||||
currentPage: 1,
|
||||
showAverageResponseTime: false,
|
||||
showAverageResponseTime: true,
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user