use assets from the vanilla repo
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
const SORT_OPTIONS = [
|
||||
{
|
||||
getName: () => 'Giocatori',
|
||||
getName: () => 'Players',
|
||||
sortFunc: (a, b) => b.playerCount - a.playerCount,
|
||||
highlightedValue: 'player-count'
|
||||
},
|
||||
{
|
||||
getName: (app) => {
|
||||
return `Picco di ${app.publicConfig.graphDurationLabel}`
|
||||
return `${app.publicConfig.graphDurationLabel} Peak`
|
||||
},
|
||||
sortFunc: (a, b) => {
|
||||
if (!a.lastPeakData && !b.lastPeakData) {
|
||||
|
Reference in New Issue
Block a user