parent
3120528bb2
commit
787e08c7be
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sakura",
|
"name": "sakura",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --host 192.168.0.12",
|
"start": "ng serve --host 192.168.0.12",
|
||||||
|
|||||||
@ -31,11 +31,11 @@
|
|||||||
<div class="grid p-fluid">
|
<div class="grid p-fluid">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<button type="button" pButton (click)="onConfirm()" label="Да"
|
<button type="button" pButton (click)="onConfirm()" label="Да"
|
||||||
class="p-button-success">Да</button>
|
class="p-button-success"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<button type="button" pButton (click)="onReject()" label="Нет"
|
<button type="button" pButton (click)="onReject()" label="Нет"
|
||||||
class="p-button-secondary">Нет</button>
|
class="p-button-secondary"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user