Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit cdb0c23

Browse files
committed
webui: "Get Started" button should direct logged in users to db upload page
1 parent a786ce8 commit cdb0c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/templates/root.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>Share your SQLite data</h2>
3333
<h2>Visualise it</h2>
3434
<h2>Improve it with others</h2>
3535
<br />
36-
<button class="btn btn-success" ng-click="showLock()">Get Started</button>
36+
<button class="btn btn-success" ng-click="uploadForm()">Get Started</button>
3737
<br /><br />
3838
</div><div class="col-md-6 vcenter" style="text-align: left;">
3939
<video autoplay="" loop="" muted="" width="100%" height="100%">

0 commit comments

Comments
 (0)