Skip to content
Snippets Groups Projects
Commit 7b6df851 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch 'artifacts-keyboard-shortcuts' into 'master'

Enabled keyboard shortcuts on artifacts pages

Closes #33184

See merge request !12015
parents aa7e0513 e6ff6d81
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
new ProjectFork();
break;
case 'projects:artifacts:browse':
new ShortcutsNavigation();
new BuildArtifacts();
break;
case 'projects:artifacts:file':
new ShortcutsNavigation();
new BlobViewer();
break;
case 'help:index':
Loading
Loading
---
title: Enabled keyboard shortcuts on artifacts pages
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment