From 61ee6dbf7654028010083deec1374bdc65082ae7 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 25 Nov 2022 11:10:05 +0800 Subject: [PATCH] fix issue --- templates/repo/grampus/notebook/gpu/new.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/grampus/notebook/gpu/new.tmpl b/templates/repo/grampus/notebook/gpu/new.tmpl index 288cc3510..e437458bb 100644 --- a/templates/repo/grampus/notebook/gpu/new.tmpl +++ b/templates/repo/grampus/notebook/gpu/new.tmpl @@ -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}})