Hide isp option if instance has panel disabled
This commit is contained in:
parent
a842cadd15
commit
e871e3f2ac
2 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
<li>
|
||||
<interface-language-switcher />
|
||||
</li>
|
||||
<li>
|
||||
<li v-if="showInstanceSpecificPanel">
|
||||
<input type="checkbox" id="hideISP" v-model="hideISPLocal">
|
||||
<label for="hideISP">{{$t('settings.hide_isp')}}</label>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue