Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 15, 2024
1 parent 4841a16 commit eb821c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<mat-tab>

<ng-template mat-tab-label>SQLite</ng-template>
<ng-template mat-tab-label>Internal</ng-template>

<ng-template matTabContent>
<app-manage-databases></app-manage-databases>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Create new database section -->
<div class="col-12">
<h3 class="fw-bold">Create database</h3>
<p class="text-muted">Create a new SQLite database</p>
<p class="text-muted">Create a new internal SQLite database</p>
</div>

<div class="col-12 mt-3 mb-5">
Expand Down Expand Up @@ -51,9 +51,9 @@ <h3 class="fw-bold">Create database</h3>
<!-- Databases table -->
<div class="col-md-6 col-12 position-relative ps-lg-4">

<h3 class="fw-bold">Existing databases</h3>
<h3 class="fw-bold">Internal databases</h3>

<p class="text-muted">SQLite databases you have already installed or created</p>
<p class="text-muted">Internal SQLite databases you have already installed or created</p>

<!-- Loading skeleton -->
<ng-container *ngIf="isLoadingDbs">
Expand Down

0 comments on commit eb821c9

Please sign in to comment.