Commit e6ff6d81 authored by Phil Hughes's avatar Phil Hughes

Enabled keyboard shortcuts on artifacts pages

Closes #33184
parent fd072e22
......@@ -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':
......
---
title: Enabled keyboard shortcuts on artifacts pages
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment