Skip to content

Commit

Permalink
feat: Implement add a new external visio connector - EXO-68227_68478 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IlhemEssaadi committed Mar 4, 2024
1 parent 04cfdf9 commit fdaa6f1
Showing 1 changed file with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,29 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</v-label>
</v-card-text>
<v-card-text class="d-flex flex-row">
<v-label>
<span class="text-color">
{{ $t('externalVisio.label.userModuleConnector.title') }}
</span>
<p class="caption">{{ $t('externalVisio.label.userModuleConnector.description') }}</p>
</v-label>
<div class="pt-1">
<v-label>
<span class="text-color">
{{ $t('externalVisio.label.userModuleConnector.title') }}
</span>
<p class="caption">{{ $t('externalVisio.label.userModuleConnector.description') }}</p>
</v-label>
</div>
<v-spacer />
<v-switch
v-model="isUserConnector"
:aria-label="this.$t(`externalVisio.tooltip.userModuleConnector.${this.switchUserAriaLabel}`)"
class="mt-0 pt-0" />
</v-card-text>
<v-card-text class="d-flex flex-row">
<v-label>
<span class="text-color">
{{ $t('externalVisio.label.spaceModuleConnector.title') }}
</span>
<p class="caption">{{ $t('externalVisio.label.spaceModuleConnector.description') }}</p>
</v-label>
<div class="pt-1">
<v-label>
<span class="text-color">
{{ $t('externalVisio.label.spaceModuleConnector.title') }}
</span>
<p class="caption">{{ $t('externalVisio.label.spaceModuleConnector.description') }}</p>
</v-label>
</div>
<v-spacer />
<v-switch
v-model="isSpaceConnector"
Expand Down

0 comments on commit fdaa6f1

Please sign in to comment.