BigW Consortium Gitlab

Commit 59be20f0 by Kushal Pandya

Import Protected Tags classes

parent 92b75704
...@@ -41,6 +41,7 @@ import GroupsList from './groups_list'; ...@@ -41,6 +41,7 @@ import GroupsList from './groups_list';
import ProjectsList from './projects_list'; import ProjectsList from './projects_list';
import MiniPipelineGraph from './mini_pipeline_graph_dropdown'; import MiniPipelineGraph from './mini_pipeline_graph_dropdown';
import BlobLinePermalinkUpdater from './blob/blob_line_permalink_updater'; import BlobLinePermalinkUpdater from './blob/blob_line_permalink_updater';
import { ProtectedTagCreate, ProtectedTagEditList } from './protected_tags';
const ShortcutsBlob = require('./shortcuts_blob'); const ShortcutsBlob = require('./shortcuts_blob');
const UserCallout = require('./user_callout'); const UserCallout = require('./user_callout');
...@@ -322,8 +323,8 @@ const UserCallout = require('./user_callout'); ...@@ -322,8 +323,8 @@ const UserCallout = require('./user_callout');
new gl.ProtectedBranchCreate(); new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList(); new gl.ProtectedBranchEditList();
// Initialize Protected Tag Settings // Initialize Protected Tag Settings
new gl.ProtectedTagCreate(); new ProtectedTagCreate();
new gl.ProtectedTagEditList(); new 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