Commit 167b8600 authored by Kushal Pandya's avatar Kushal Pandya

Initialize Protected tags feature under Repository Settings page

parent c5c4370a
......@@ -320,6 +320,7 @@ const UserCallout = require('./user_callout');
case 'projects:repository:show':
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
new gl.ProtectedTagCreate();
break;
case 'projects:ci_cd:show':
new gl.ProjectVariables();
......
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