mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
Show GeoLite install
This commit is contained in:
parent
b06d9aa5c4
commit
e2b29d2bb4
1 changed files with 0 additions and 21 deletions
|
@ -1,26 +1,5 @@
|
|||
--- /opt/data/interfaces/default/configuration_table.html
|
||||
+++ /opt/data/interfaces/default/configuration_table.html
|
||||
@@ -54,20 +54,6 @@
|
||||
<td>${plexpy.CONFIG.NEWSLETTER_DIR}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
- <td>GeoLite2 Database:</td>
|
||||
- % if plexpy.CONFIG.GEOIP_DB:
|
||||
- <td>${plexpy.CONFIG.GEOIP_DB} | <a class="no-highlight" href="#" id="reinstall_geoip_db">Reinstall / Update</a> | <a class="no-highlight" href="#" id="uninstall_geoip_db">Uninstall</a></td>
|
||||
- % else:
|
||||
- <td><a class="no-highlight" href="#" id="install_geoip_db">Click here to install the GeoLite2 database.</a></td>
|
||||
- % endif
|
||||
- </tr>
|
||||
- % if plexpy.ARGS:
|
||||
- <tr>
|
||||
- <td>Arguments:</td>
|
||||
- <td>${plexpy.ARGS}</td>
|
||||
- </tr>
|
||||
- % endif
|
||||
- <tr>
|
||||
<td>Platform:</td>
|
||||
<td>${common.PLATFORM} ${common.PLATFORM_RELEASE} (${common.PLATFORM_VERSION + (' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else '')})</td>
|
||||
</tr>
|
||||
@@ -93,6 +79,14 @@
|
||||
<a class="no-highlight support-modal-link" href="${anon_url('https://forums.plex.tv/t/tautulli-monitor-your-plex-media-server/225242')}" target="_blank">Plex Forums</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue