Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 036f1c3

Browse files
committed
#203 fix dashboard=true UI option
1 parent c1af718 commit 036f1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class App {
2020
this.filterString = (params.get('q') && decodeURIComponent(params.get('q'))) || ''
2121
this.selectedClusters = new Set((params.get('clusters') || '').split(',').filter(x => x))
2222
this.seenPods = new Set()
23-
this.sorterFn = ''
23+
this.sorterFn = sortByName
2424
this.theme = Theme.get(localStorage.getItem('theme'))
2525
this.eventSource = null
2626
this.connectTime = null

0 commit comments

Comments
 (0)