start outputting language on details page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user