Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
target="_blank" für den Supportlink. Das verhindert Probleme wenn evcc eingebettet ist (Home Assistant beispielsweise).
  • Loading branch information
Tscherno authored Nov 8, 2020
1 parent 865acdc commit 4adc7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="navbar-nav">
<router-link class="nav-item nav-link pb-1" to="/">Laden</router-link>
<router-link class="nav-item nav-link pb-1" to="/config">Konfiguration</router-link>
<a class="nav-item nav-link pb-1" href="https://github.com/andig/evcc/issues">Support</a>
<a class="nav-item nav-link pb-1" href="https://github.com/andig/evcc/issues" target="_blank">Support</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 4adc7c0

Please sign in to comment.