mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
#521 PMS Butler
This commit is contained in:
parent
184581b05b
commit
0aa2b02a85
2 changed files with 70 additions and 68 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue