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:
parent
fcd7c0b69a
commit
393e6a967e
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user