Skip to content

Commit

Permalink
Merge pull request #235 from vertica/update_nocode_ui
Browse files Browse the repository at this point in the history
Fix download button
  • Loading branch information
roypaulin authored Mar 18, 2024
2 parents 90714c0 + b8505b4 commit 5e7ddfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n",
" </head>\n",
" <body>\n",
" <a download href=\"{filepath}\" download>\n",
" <button style=\"background-color: #007bff;\" class=\"lm-Widget jupyter-widgets jupyter-button widget-button\">Download File</button>\n",
" <a href=\"/lab/tree/ui/{filepath}\" download>\"\n",
" <button class=\"lm-Widget jupyter-widgets jupyter-button widget-button\">Download File</button>\n",
" </a>\n",
" </body>\n",
" </html>\n",
Expand Down

0 comments on commit 5e7ddfd

Please sign in to comment.