Default showAverageResponseTime to true in details page too

This commit is contained in:
TwinProduction 2021-03-26 18:28:41 -04:00
parent 12c352254f
commit 7f6f127f4f
3 changed files with 3 additions and 3 deletions

View File

@ -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