mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
confirm pending creation box, confirmbutton right, yarn lint
This commit is contained in:
parent
26f537f6e3
commit
bc68db6b21
@ -15,21 +15,23 @@
|
|||||||
</p>
|
</p>
|
||||||
<b-container>
|
<b-container>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col> <b-button size="md" variant="danger" class="m-3" @click="overlayCancel">
|
<b-col>
|
||||||
|
<b-button size="md" variant="danger" class="m-3" @click="overlayCancel">
|
||||||
{{ overlayText.button_cancel }}
|
{{ overlayText.button_cancel }}
|
||||||
</b-button></b-col>
|
</b-button>
|
||||||
<b-col class="text-right"> <b-button
|
</b-col>
|
||||||
|
<b-col class="text-right">
|
||||||
|
<b-button
|
||||||
size="md"
|
size="md"
|
||||||
variant="success"
|
variant="success"
|
||||||
class="m-3 text-right"
|
class="m-3 text-right"
|
||||||
@click="overlayOK(overlayBookmarkType, overlayItem)"
|
@click="overlayOK(overlayBookmarkType, overlayItem)"
|
||||||
>
|
>
|
||||||
{{ overlayText.button_ok }}
|
{{ overlayText.button_ok }}
|
||||||
</b-button></b-col>
|
</b-button>
|
||||||
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</b-container>
|
||||||
|
|
||||||
|
|
||||||
</b-jumbotron>
|
</b-jumbotron>
|
||||||
</div>
|
</div>
|
||||||
<b-table-lite :items="itemsUser" :fields="fieldsTable" caption-top striped hover stacked="md">
|
<b-table-lite :items="itemsUser" :fields="fieldsTable" caption-top striped hover stacked="md">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user