mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
Removes coffee patch
This commit is contained in:
parent
4d5107d962
commit
9d9ea60e25
2 changed files with 0 additions and 14 deletions
|
@ -4,8 +4,5 @@
|
|||
# Patches for Tautulli
|
||||
# ==============================================================================
|
||||
|
||||
# Adds buymeacoffe link
|
||||
patch /opt/data/interfaces/default/base.html /patches/buymeacoffee
|
||||
|
||||
# Adds add-on support information in the settings of Tautulli
|
||||
patch /opt/data/interfaces/default/configuration_table.html /patches/support
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- /opt/data/interfaces/default/base.html
|
||||
+++ /opt/data/interfaces/default/base.html
|
||||
@@ -137,7 +137,7 @@
|
||||
<li><a href="${anon_url('https://github.com/%s/%s-Wiki/wiki/Frequently-Asked-Questions' % (plexpy.CONFIG.GIT_USER, plexpy.CONFIG.GIT_REPO))}" target="_blank"><i class="fa fa-fw fa-question-circle"></i> FAQ</a></li>
|
||||
<li><a href="support"><i class="fa fa-fw fa-comment"></i> Support</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
- <li><a href="#" data-target="#donate-modal" data-toggle="modal"><i class="fa fa-fw fa-heart"></i> Donate</a></li>
|
||||
+ <li><a href="https://buymeacoffee.com/ludeeus" target="_blank"><i class="fa fa-coffee"></i> Buy Me A Coffee :)</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
% if plexpy.CONFIG.CHECK_GITHUB:
|
||||
<li><a href="#" id="nav-update"><i class="fa fa-fw fa-arrow-alt-circle-up"></i> Check for Updates</a></li>
|
Loading…
Add table
Add a link
Reference in a new issue