Commit ab0baace by Elias Sarraf

wcEmiMobile.proj v0.9.4.1 deployed to Wyoming

parent 546299f9
...@@ -25,3 +25,5 @@ emiMobileServer/Source/__recovery/ ...@@ -25,3 +25,5 @@ emiMobileServer/Source/__recovery/
*.log *.log
*.dll *.dll
webEMIMobile/config/__history/
...@@ -24,7 +24,6 @@ object FMain: TFMain ...@@ -24,7 +24,6 @@ object FMain: TFMain
Align = alBottom Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom] Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 3 TabOrder = 3
ExplicitHeight = 575
object tabServerLog: TTabSheet object tabServerLog: TTabSheet
Caption = 'Server Log' Caption = 'Server Log'
object memoInfo: TMemo object memoInfo: TMemo
...@@ -36,7 +35,6 @@ object FMain: TFMain ...@@ -36,7 +35,6 @@ object FMain: TFMain
ScrollBars = ssVertical ScrollBars = ssVertical
TabOrder = 0 TabOrder = 0
WordWrap = False WordWrap = False
ExplicitHeight = 547
end end
end end
object tabConnectedClients: TTabSheet object tabConnectedClients: TTabSheet
...@@ -84,7 +82,6 @@ object FMain: TFMain ...@@ -84,7 +82,6 @@ object FMain: TFMain
Caption = 'pnlConnectedClientsActions' Caption = 'pnlConnectedClientsActions'
ShowCaption = False ShowCaption = False
TabOrder = 1 TabOrder = 1
ExplicitTop = 487
object btnDisconnectClient: TButton object btnDisconnectClient: TButton
Left = 5 Left = 5
Top = 18 Top = 18
......
[Settings] [Settings]
LogFileNum=144 LogFileNum=153
webClientVersion=0.9.4.1 webClientVersion=0.9.4.1
[Database] [Database]
--Server=192.168.91.136 Server=192.168.91.136
Server=192.168.102.10 --Server=192.168.102.10
--Server=192.168.56.129 --Server=192.168.56.129
Port=5432 --Port=5432
--Port=5433 --Port=5433
Database=lems_wcso Database=lems_wcso
Username=postgres Username=postgres
--Password=postgreSQL Password=postgreSQL
Password=emsys01 --Password=emsys01
--Postgre!SQL --Postgre!SQL
{ {
"url": "http://localhost:2009/emiMobile/", "url": "http://localhost:2001/emsys/emiMobile/",
"jwtTokenSecret": "super_secret0123super_secret4567", "jwtTokenSecret": "super_secret0123super_secret4567",
"adminPassword": "whatisthisusedfor?", "adminPassword": "whatisthisusedfor?",
"webAppFolder": "static", "webAppFolder": "static",
......
{ {
"AuthUrl" : "http://localhost:2009/emimobile/auth/", "AuthUrl" : "http://localhost:2001/emsys/emimobile/auth/",
"ApiUrl" : "http://localhost:2009/emimobile/api/", "ApiUrl" : "http://localhost:2001/emsys/emimobile/api/",
"AppUrl" : "http://localhost:2009/emimobile/app/", "AppUrl" : "http://localhost:2001/emsys/emimobile/app/",
"WsUrl": "ws://localhost:8091/" "WsUrl": "ws://localhost:8091/"
} }
...@@ -4,7 +4,6 @@ span.card { ...@@ -4,7 +4,6 @@ span.card {
border: none; border: none;
} }
/* --- Login Screen Styling --- */ /* --- Login Screen Styling --- */
.login-card { .login-card {
display: inline-block; /* Or use d-flex on the parent to center it */ display: inline-block; /* Or use d-flex on the parent to center it */
...@@ -77,13 +76,12 @@ html, body { ...@@ -77,13 +76,12 @@ html, body {
/*padding-top: 2em !important;*/ /*padding-top: 2em !important;*/
} }
.vh-100 { .vh-100 {
height: 96vh !important; height: 94vh !important;
} }
} }
.tab-hidden { display: none !important; } .tab-hidden { display: none !important; }
.summary-chevron-icon { .summary-chevron-icon {
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment