mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use container name as downloaded file name
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
8dc0177cb2
commit
b7f64c2638
@ -25,7 +25,7 @@ const downloadAllLogsInjectable = getInjectable({
|
||||
});
|
||||
|
||||
if (logs) {
|
||||
openSaveFileDialog(`${params.name}.log`, logs, "text/plain");
|
||||
openSaveFileDialog(`${query.container}.log`, logs, "text/plain");
|
||||
} else {
|
||||
showErrorNotification("No logs to download");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user