Skip to content
Snippets Groups Projects
Commit e6ff6d81 authored by Phil Hughes's avatar Phil Hughes
Browse files

Enabled keyboard shortcuts on artifacts pages

Closes #33184
parent fd072e22
No related branches found
No related tags found
No related merge requests found
Loading
@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
Loading
@@ -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':
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