From 036f1c356cf3a9e79ec997b143b4d9d3fde41a55 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Wed, 6 Mar 2019 21:26:18 +0100 Subject: [PATCH] #203 fix dashboard=true UI option --- app/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/app.js b/app/src/app.js index 104f0c3..7b38260 100644 --- a/app/src/app.js +++ b/app/src/app.js @@ -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