mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 09:42:56 -07:00
Fixed the wrong translation and see if we can VACUUM the db
This commit is contained in:
parent
aa281d249e
commit
57449c77e3
2 changed files with 4 additions and 1 deletions
|
@ -100,6 +100,9 @@ namespace Ombi.Store.Context
|
||||||
SaveChanges();
|
SaveChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// VACUUM;
|
||||||
|
Database.ExecuteSqlCommand("VACUUM;");
|
||||||
|
|
||||||
//Check if templates exist
|
//Check if templates exist
|
||||||
var templates = NotificationTemplates.ToList();
|
var templates = NotificationTemplates.ToList();
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
<div *ngIf="node.data.plexUrl && node.data.available">
|
<div *ngIf="node.data.plexUrl && node.data.available">
|
||||||
<a style="text-align: right" class="btn btn-sm btn-success-outline" href="{{node.data.plexUrl}}"
|
<a style="text-align: right" class="btn btn-sm btn-success-outline" href="{{node.data.plexUrl}}"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<i class="fa fa-eye"></i> {{ 'Search.TvShows.Popular' | translate }}</a>
|
<i class="fa fa-eye"></i> {{ 'Search.TvShows.ViewOnPlex' | translate }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="dropdown" *ngIf="issueCategories && issuesEnabled">
|
<div class="dropdown" *ngIf="issueCategories && issuesEnabled">
|
||||||
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true"
|
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue