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

Enabled keyboard shortcuts on artifacts pages

Closes #33184

See merge request !12015
This commit is contained in:
Filipa Lacerda 2017-06-08 18:06:23 +00:00
commit 7b6df85120
2 changed files with 6 additions and 0 deletions

View File

@ -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':

View File

@ -0,0 +1,4 @@
---
title: Enabled keyboard shortcuts on artifacts pages
merge_request:
author: