Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
61ee6dbf76
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/grampus/notebook/gpu/new.tmpl

+ 2
- 2
templates/repo/grampus/notebook/gpu/new.tmpl View File

@@ -301,7 +301,7 @@
})

;(function() {
var SPECS = {{ .debug_specs }};
var SPECS = {{ .Specs }};
var showPoint = {{ .CloudBrainPaySwitch }};
window.renderSpecsSelect($('#__specs__'), SPECS, showPoint, {
gpu_memory: {{$.i18n.Tr "cloudbrain.gpu_memory"}},
@@ -311,5 +311,5 @@
shared_memory: {{$.i18n.Tr "cloudbrain.shared_memory"}},
});
})();
console.log({{.debug_specs}})
console.log({{.Specs}})
</script>

Loading…
Cancel
Save