Skip to content

Commit

Permalink
update sql query
Browse files Browse the repository at this point in the history
  • Loading branch information
Yc Chen committed Feb 6, 2024
1 parent b256629 commit 1270fad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sql/templates/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
</select>
</div>
<div class="form-group ">
<button id="btn-create-database" type="button" class="btn btn-default" disabled="disabled"
<button id="btn-create-database" type="button" class="btn btn-success shadow-sm" disabled="disabled"
data-toggle="modal" data-target="#modal-create-database">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
创建数据库
<i class="fa fa-plus text-white"></i> 创建数据库
</button>
</div>
</div>
Expand Down

0 comments on commit 1270fad

Please sign in to comment.