Skip to content
Snippets Groups Projects

Incorporates Kubernetes Namespace into Cluster's flow

Merged Thong Kuah requested to merge 51716-create-kube-namespace into master
1 unresolved thread
Compare and Show latest version
454 files
+ 4718
3364
Compare changes
  • Side-by-side
  • Inline
Files
454
@@ -13,7 +13,7 @@ export default () => {
@@ -13,7 +13,7 @@ export default () => {
if (editBlobForm.length) {
if (editBlobForm.length) {
const urlRoot = editBlobForm.data('relativeUrlRoot');
const urlRoot = editBlobForm.data('relativeUrlRoot');
const assetsPath = editBlobForm.data('assetsPrefix');
const assetsPath = editBlobForm.data('assetsPrefix');
const filePath = editBlobForm.data('blobFilename')
const filePath = editBlobForm.data('blobFilename');
const currentAction = $('.js-file-title').data('currentAction');
const currentAction = $('.js-file-title').data('currentAction');
const projectId = editBlobForm.data('project-id');
const projectId = editBlobForm.data('project-id');
Loading