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

Commit

Permalink
#203 fix dashboard=true UI option
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Mar 6, 2019
1 parent c1af718 commit 036f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class App {
this.filterString = (params.get('q') && decodeURIComponent(params.get('q'))) || ''
this.selectedClusters = new Set((params.get('clusters') || '').split(',').filter(x => x))
this.seenPods = new Set()
this.sorterFn = ''
this.sorterFn = sortByName
this.theme = Theme.get(localStorage.getItem('theme'))
this.eventSource = null
this.connectTime = null
Expand Down

0 comments on commit 036f1c3

Please sign in to comment.