Commit 8d232b2f authored by Kushal Pandya's avatar Kushal Pandya

Initialize Protected Tags Edit functionality

parent bbb09fea
......@@ -318,9 +318,12 @@ const UserCallout = require('./user_callout');
new Search();
break;
case 'projects:repository:show':
// Initialize Protected Branch Settings
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
// Initialize Protected Tag Settings
new gl.ProtectedTagCreate();
new gl.ProtectedTagEditList();
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