Add Tautulli database import to the settings page

This commit is contained in:
JonnyWong16
2020-04-30 20:46:58 -07:00
parent c1d98ab901
commit 52d38883dc
3 changed files with 77 additions and 21 deletions

View File

@@ -1321,8 +1321,9 @@
<h3>Database Import</h3>
</div>
<p class="help-block">Click a button below to import an existing database from another app.</p>
<p class="help-block">Click a button below to import an existing database from the selected app.</p>
<div class="btn-group">
<button class="btn btn-form toggle-app-import-modal" type="button" data-target="#app-import-modal" data-toggle="modal" data-app="tautulli">Tautulli</button>
<button class="btn btn-form toggle-app-import-modal" type="button" data-target="#app-import-modal" data-toggle="modal" data-app="plexwatch">PlexWatch</button>
<button class="btn btn-form toggle-app-import-modal" type="button" data-target="#app-import-modal" data-toggle="modal" data-app="plexivity">Plexivity</button>
</div>