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