#203 fix dashboard=true UI option

This commit is contained in:
Henning Jacobs
2019-03-06 21:26:18 +01:00
parent c1af718c71
commit 036f1c356c

View File

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