Fixed the wrong translation and see if we can VACUUM the db

pull/1941/head
tidusjar 7 years ago
parent aa281d249e
commit 57449c77e3

@ -100,6 +100,9 @@ namespace Ombi.Store.Context
SaveChanges();
}
// VACUUM;
Database.ExecuteSqlCommand("VACUUM;");
//Check if templates exist
var templates = NotificationTemplates.ToList();

@ -124,7 +124,7 @@
<div *ngIf="node.data.plexUrl && node.data.available">
<a style="text-align: right" class="btn btn-sm btn-success-outline" href="{{node.data.plexUrl}}"
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 class="dropdown" *ngIf="issueCategories && issuesEnabled">
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true"

Loading…
Cancel
Save