fix: small bugfixes and improvements
This commit is contained in:
parent
f6547341f1
commit
c45241471e
14 changed files with 97 additions and 205 deletions
|
|
@ -60,7 +60,7 @@ const formatDate = date => {
|
|||
return moment(date).format('YYYY-MM-DD HH:mm')
|
||||
}
|
||||
|
||||
const NUM_LOG_RESULTS = 1000
|
||||
const NUM_LOG_RESULTS = 500
|
||||
|
||||
const GET_DATA = gql`
|
||||
query ServerData($limit: Int) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue