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" label-cols-md="4" label-class="font-weight-bold"
> >
<b-button id="config" variant="warning" :to="{ name: 'app-config-panel', params: { id } }"> <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-button>
</b-form-group> </b-form-group>
<hr> <hr>

View file

@ -21,14 +21,14 @@
<!-- DOMAIN CONFIG --> <!-- DOMAIN CONFIG -->
<p>{{ $t('domain.config.edit') }}</p> <p>{{ $t('domain.config.edit') }}</p>
<b-button variant="warning" :to="{ name: 'domain-config', param: { name } }"> <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> </b-button>
<hr> <hr>
<!-- DNS CONFIG --> <!-- DNS CONFIG -->
<p>{{ $t('domain.dns.edit') }}</p> <p>{{ $t('domain.dns.edit') }}</p>
<b-button variant="warning" :to="{ name: 'domain-dns', param: { name } }"> <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> </b-button>
<hr> <hr>