1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Removing 'Logs' from the tab title

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-14 14:46:48 +03:00
parent fcd7c0b69a
commit 393e6a967e

View File

@ -181,7 +181,7 @@ export function createPodLogsTab(data: IPodLogsData, tabParams: Partial<IDockTab
tab = dockStore.createTab({ tab = dockStore.createTab({
id: podId, id: podId,
kind: TabKind.POD_LOGS, kind: TabKind.POD_LOGS,
title: `Logs: ${data.pod.getName()}`, title: `${data.pod.getName()}`,
...tabParams ...tabParams
}, false); }, false);
podLogsStore.setData(tab.id, data); podLogsStore.setData(tab.id, data);