mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(environment): placeholders for vars name->value inputs
This commit is contained in:
parent
adda0a12bc
commit
047fe5dc22
@ -79,6 +79,7 @@
|
|||||||
hide-details
|
hide-details
|
||||||
v-model="props.item.name"
|
v-model="props.item.name"
|
||||||
class="v-text-field--solo--no-min-height"
|
class="v-text-field--solo--no-min-height"
|
||||||
|
:placeholder="$t('name')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</td>
|
</td>
|
||||||
<td class="pa-1">
|
<td class="pa-1">
|
||||||
@ -88,6 +89,7 @@
|
|||||||
hide-details
|
hide-details
|
||||||
v-model="props.item.value"
|
v-model="props.item.value"
|
||||||
class="v-text-field--solo--no-min-height"
|
class="v-text-field--solo--no-min-height"
|
||||||
|
:placeholder="$t('Value')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 38px;">
|
<td style="width: 38px;">
|
||||||
@ -108,7 +110,7 @@
|
|||||||
@click="addExtraVar()"
|
@click="addExtraVar()"
|
||||||
>New Variable</v-btn>
|
>New Variable</v-btn>
|
||||||
</div>
|
</div>
|
||||||
<v-alert color="error" v-else>Can't be displayed table.</v-alert>
|
<v-alert color="error" v-else>Can't be displayed as table.</v-alert>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@ -143,6 +145,7 @@
|
|||||||
hide-details
|
hide-details
|
||||||
v-model="props.item.name"
|
v-model="props.item.name"
|
||||||
class="v-text-field--solo--no-min-height"
|
class="v-text-field--solo--no-min-height"
|
||||||
|
:placeholder="$t('name')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</td>
|
</td>
|
||||||
<td class="pa-1">
|
<td class="pa-1">
|
||||||
@ -152,6 +155,7 @@
|
|||||||
hide-details
|
hide-details
|
||||||
v-model="props.item.value"
|
v-model="props.item.value"
|
||||||
class="v-text-field--solo--no-min-height"
|
class="v-text-field--solo--no-min-height"
|
||||||
|
:placeholder="$t('Value')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 38px;">
|
<td style="width: 38px;">
|
||||||
@ -211,6 +215,7 @@
|
|||||||
hide-details
|
hide-details
|
||||||
v-model="props.item.name"
|
v-model="props.item.name"
|
||||||
class="v-text-field--solo--no-min-height"
|
class="v-text-field--solo--no-min-height"
|
||||||
|
:placeholder="$t('name')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</td>
|
</td>
|
||||||
<td class="pa-1">
|
<td class="pa-1">
|
||||||
|
Loading…
Reference in New Issue
Block a user