We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccd71b commit 79b351bCopy full SHA for 79b351b
frontend/src/views/NotebooksView.vue
@@ -89,7 +89,7 @@
89
Launch using CUAHSI JupyterHub
90
</v-tooltip>
91
</v-btn>
92
- <v-btn :href="binder_url(resource)" target="_blank">
+ <v-btn :href="binder_url(resource)" target="_blank" disabled>
93
<v-icon left>{{ mdiLaunch }}</v-icon>
94
Launch in MyBinder
95
<v-tooltip activator="parent" location="bottom">
0 commit comments