|
@@ -3923,7 +3923,7 @@ function initVueDataset() { |
|
|
this.getTypeList() |
|
|
this.getTypeList() |
|
|
|
|
|
|
|
|
if (!!document.getElementById('dataset-repolink-init')) { |
|
|
if (!!document.getElementById('dataset-repolink-init')) { |
|
|
this.cloudbrainType = location.href.indexOf('cloudbrain/train-job/create') !== -1 ? 0 : 1 |
|
|
|
|
|
|
|
|
this.cloudbrainType = location.href.indexOf('cloudbrain') !== -1 ? 0 : 1 |
|
|
this.getCurrentRepoDataset(this.repolink, this.cloudbrainType) |
|
|
this.getCurrentRepoDataset(this.repolink, this.cloudbrainType) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|