This commit is contained in:
Tommy Mikkelsen 2022-07-04 22:52:12 +02:00
parent 184581b05b
commit 0aa2b02a85
2 changed files with 70 additions and 68 deletions

View file

@ -1,10 +1,12 @@
<template> <template>
<b-container fluid> <b-container class="m-2 mt-2">
<div class="col-lg-10 col-md-12 col-xs-12"> <div> <!-- Title and desc -->
<h1>{{ $t("Modules.PMS.Butler.Name") }}</h1> <h2>
<p>{{ $t("Modules.PMS.Butler.Description") }}</p> {{ $t(`Modules.PMS.Butler.Name`) }}
</h2>
<h5>{{ $t(`Modules.PMS.Butler.Description`) }}</h5>
</div> </div>
<br>
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<b-form-group id="ButlerGroup" v-bind:label="$t('Modules.PMS.Butler.SelectTask')" label-size="lg" label-class="font-weight-bold pt-0"> <b-form-group id="ButlerGroup" v-bind:label="$t('Modules.PMS.Butler.SelectTask')" label-size="lg" label-class="font-weight-bold pt-0">
<b-tooltip target="ButlerGroup" triggers="hover"> <b-tooltip target="ButlerGroup" triggers="hover">