Skip to content
Snippets Groups Projects

Add admin_cicd_variables custom ability

Merged Alex Buijs requested to merge add-admin_cicd_variables-custom-permission into master
All threads resolved!
12 files
+ 123
39
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -5,6 +5,8 @@ import UpdateSharedRunnersForm from './components/shared_runners_form.vue';
export default (containerId = 'update-shared-runners-form') => {
const containerEl = document.getElementById(containerId);
if (!containerEl) return null;
const {
groupId,
groupName,
Loading