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'; ...@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
new ProjectFork(); new ProjectFork();
break; break;
case 'projects:artifacts:browse': case 'projects:artifacts:browse':
new ShortcutsNavigation();
new BuildArtifacts(); new BuildArtifacts();
break; break;
case 'projects:artifacts:file': case 'projects:artifacts:file':
new ShortcutsNavigation();
new BlobViewer(); new BlobViewer();
break; break;
case 'help:index': 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