start outputting language on details page

This commit is contained in:
2020-07-24 14:13:21 +02:00
parent 1fd5411fad
commit c3c8bb1e94
2 changed files with 13 additions and 0 deletions
@@ -1,5 +1,10 @@
<template>
<ui-header-bar :title="value.name" :title-empty="title" :back-button="true">
<ui-dropdown align="right" :disabled="isCreate">
<template v-slot:button>
<ui-button type="white" label="<span>Language:</span> English" caret="down" />
</template>
</ui-dropdown>
<ui-dropdown v-if="!isCreate" align="right">
<template v-slot:button>
<ui-button type="white" label="@ui.actions" caret="down" />
@@ -172,6 +172,14 @@ button::-moz-focus-inner
}
}
.ui-button-text
{
span
{
font-weight: 400;
}
}
.ui-button-state
{
position: absolute;