diff --git a/templates/repo/grampus/notebook/gpu/new.tmpl b/templates/repo/grampus/notebook/gpu/new.tmpl index edbdd434ff..80b431de59 100644 --- a/templates/repo/grampus/notebook/gpu/new.tmpl +++ b/templates/repo/grampus/notebook/gpu/new.tmpl @@ -4,7 +4,7 @@
{{template "repo/header" .}}
- + {{if eq .NotStopTaskCount 0}} {{template "base/alert" .}} {{end}} diff --git a/web_src/js/components/images/Images.vue b/web_src/js/components/images/Images.vue index 27e6eb84ae..50060e391e 100755 --- a/web_src/js/components/images/Images.vue +++ b/web_src/js/components/images/Images.vue @@ -169,7 +169,7 @@ }}
{{$i18n['cloudeBrainMirror']['copy_address']}} @@ -410,7 +410,7 @@ }}
{{$i18n['cloudeBrainMirror']['copy_address']}} @@ -637,7 +637,7 @@ }} {{$i18n['cloudeBrainMirror']['copy_address']}} @@ -819,6 +819,7 @@ export default { this.tableDataCustom.forEach((it) => { if (it.id === newData.id) { it.status = newData.status; + it.place = newData.place; } }); }); @@ -1070,4 +1071,16 @@ export default { fill: #fa8c16 !important; stroke: #fa8c16 !important; } +.copy-adress{ + padding: 0 1rem; + color: #0366d6; + cursor: pointer; +} +.copy-adress-no{ + cursor: pointer; + pointer-events: none; + opacity: .45!important; + color: rgba(0,0,0,.6); + padding: 0 1rem; +} diff --git a/web_src/js/components/images/adminImages.vue b/web_src/js/components/images/adminImages.vue index a50e8824dc..36f7d11203 100644 --- a/web_src/js/components/images/adminImages.vue +++ b/web_src/js/components/images/adminImages.vue @@ -110,7 +110,7 @@ {{$i18n['cloudeBrainMirror']['set_as_recommended']}} - {{$i18n['cloudeBrainMirror']['copy_address']}}
@@ -434,4 +434,16 @@ .header-new-drop { width: 100%; } + .copy-adress{ + padding: 0 1rem; + color: #0366d6; + cursor: pointer; + } + .copy-adress-no{ + cursor: pointer; + pointer-events: none; + opacity: .45!important; + color: rgba(0,0,0,.6); + padding: 0 1rem; + } \ No newline at end of file