Import Protected Tags classes

This commit is contained in:
Kushal Pandya 2017-04-06 14:18:03 +05:30
parent 92b75704c2
commit 59be20f06f

View file

@ -41,6 +41,7 @@ import GroupsList from './groups_list';
import ProjectsList from './projects_list';
import MiniPipelineGraph from './mini_pipeline_graph_dropdown';
import BlobLinePermalinkUpdater from './blob/blob_line_permalink_updater';
import { ProtectedTagCreate, ProtectedTagEditList } from './protected_tags';
const ShortcutsBlob = require('./shortcuts_blob');
const UserCallout = require('./user_callout');
@ -322,8 +323,8 @@ const UserCallout = require('./user_callout');
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
// Initialize Protected Tag Settings
new gl.ProtectedTagCreate();
new gl.ProtectedTagEditList();
new ProtectedTagCreate();
new ProtectedTagEditList();
break;
case 'projects:ci_cd:show':
new gl.ProjectVariables();