Commit 513c8535 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix JS dispatcher for job trace

parent 566b37ce
...@@ -119,7 +119,7 @@ const ShortcutsBlob = require('./shortcuts_blob'); ...@@ -119,7 +119,7 @@ const ShortcutsBlob = require('./shortcuts_blob');
shortcut_handler = new ShortcutsNavigation(); shortcut_handler = new ShortcutsNavigation();
new UsersSelect(); new UsersSelect();
break; break;
case 'projects:builds:show': case 'projects:jobs:show':
new Build(); new Build();
break; break;
case 'projects:merge_requests:index': case 'projects:merge_requests:index':
......
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