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>
<b-container fluid>
<div class="col-lg-10 col-md-12 col-xs-12">
<h1>{{ $t("Modules.PMS.Butler.Name") }}</h1>
<p>{{ $t("Modules.PMS.Butler.Description") }}</p>
<b-container class="m-2 mt-2">
<div> <!-- Title and desc -->
<h2>
{{ $t(`Modules.PMS.Butler.Name`) }}
</h2>
<h5>{{ $t(`Modules.PMS.Butler.Description`) }}</h5>
</div>
<br>
<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-tooltip target="ButlerGroup" triggers="hover">