Tweak icons for config panel buttons

This commit is contained in:
Alexandre Aubin 2021-10-05 13:45:35 +02:00
parent f37755540b
commit 791172abd7
2 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@
label-cols-md="4" label-class="font-weight-bold"
>
<b-button id="config" variant="warning" :to="{ name: 'app-config-panel', params: { id } }">
<icon iname="flask" /> {{ $t('app_config_panel') }}
<icon iname="cog" /> {{ $t('app_config_panel') }}
</b-button>
</b-form-group>
<hr>

View file

@ -21,14 +21,14 @@
<!-- DOMAIN CONFIG -->
<p>{{ $t('domain.config.edit') }}</p>
<b-button variant="warning" :to="{ name: 'domain-config', param: { name } }">
<icon iname="flask" /> {{ $t('domain.config.title') }}
<icon iname="cog" /> {{ $t('domain.config.title') }}
</b-button>
<hr>
<!-- DNS CONFIG -->
<p>{{ $t('domain.dns.edit') }}</p>
<b-button variant="warning" :to="{ name: 'domain-dns', param: { name } }">
<icon iname="flask" /> {{ $t('domain_dns_config') }}
<icon iname="globe" /> {{ $t('domain_dns_config') }}
</b-button>
<hr>