add menu on left
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
"AppSettings": {
|
"AppSettings": {
|
||||||
"Secret": "Super Secret SIGN AND VERIFY JWT TOKENS, BEARER TOKEN USE WHEN CALLING THIS API.",
|
"Secret": "Super Secret SIGN AND VERIFY JWT TOKENS, BEARER TOKEN USE WHEN CALLING THIS API.",
|
||||||
"SQLConnectionString_i": "host=localhost;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;",
|
"SQLConnectionString_i": "host=localhost;port=5432;database=FamilyTreeDB_prod;username=postgres;password=Positive~1;",
|
||||||
"SQLConnectionString": "host=192.168.1.240;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;",
|
"SQLConnectionString": "host=192.168.1.240;port=5432;database=FamilyTreeDB;username=postgres;password=Positive~1;",
|
||||||
|
|
||||||
"ImageFolder": "c:\\temp\\Family",
|
"ImageFolder": "c:\\temp\\Family",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<div class="flex-column">
|
<div class="flex-column">
|
||||||
<label class=" flex justify-end items-end mr-1 mb-2 myname">{{loginUser}}</label>
|
<label class=" flex justify-end items-end mr-1 mb-2 myname">{{loginUser}}</label>
|
||||||
<div>
|
<div>
|
||||||
<span class="md:hidden flex justify-end"> <!--hidden on md screen show on small-->
|
<span class="md:hidden flex justify-start"> <!--hidden on md screen show on small-->
|
||||||
<button type="button" pButton icon="pi pi-align-justify" (click)="onemenu.toggle($event);"></button>
|
<button type="button" pButton icon="pi pi-align-justify" (click)="onemenu.toggle($event);"></button>
|
||||||
<p-menu #onemenu [popup]="true" [model]="oneMenu"></p-menu>
|
<p-menu #onemenu [popup]="true" [model]="oneMenu"></p-menu>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user