|
|
|
@@ -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> |