Skip to content

Commit 79b351b

Browse files
committed
Disable MyBinder launch button when no resource is available
1 parent 6ccd71b commit 79b351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/NotebooksView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
Launch using CUAHSI JupyterHub
9090
</v-tooltip>
9191
</v-btn>
92-
<v-btn :href="binder_url(resource)" target="_blank">
92+
<v-btn :href="binder_url(resource)" target="_blank" disabled>
9393
<v-icon left>{{ mdiLaunch }}</v-icon>
9494
Launch in MyBinder
9595
<v-tooltip activator="parent" location="bottom">

0 commit comments

Comments
 (0)