Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
ab0baace
Commit
ab0baace
authored
Sep 02, 2026
by
Elias Sarraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcEmiMobile.proj v0.9.4.1 deployed to Wyoming
parent
546299f9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
16 deletions
+13
-16
.gitignore
.gitignore
+2
-0
Main.dfm
emiMobileServer/Source/Main.dfm
+0
-3
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+6
-6
emiMobileServer.json
emiMobileServer/bin/emiMobileServer.json
+1
-1
config.json
webEMIMobile/config/config.json
+3
-3
app.css
webEMIMobile/css/app.css
+1
-3
wcEmiMobile.dproj
webEMIMobile/wcEmiMobile.dproj
+0
-0
No files found.
.gitignore
View file @
ab0baace
...
@@ -25,3 +25,5 @@ emiMobileServer/Source/__recovery/
...
@@ -25,3 +25,5 @@ emiMobileServer/Source/__recovery/
*.log
*.log
*.dll
*.dll
webEMIMobile/config/__history/
emiMobileServer/Source/Main.dfm
View file @
ab0baace
...
@@ -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
...
...
emiMobileServer/bin/emiMobileServer.ini
View file @
ab0baace
[Settings]
[Settings]
LogFileNum
=
1
44
LogFileNum
=
1
53
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
emiMobileServer/bin/emiMobileServer.json
View file @
ab0baace
{
{
"url"
:
"http://localhost:200
9
/emiMobile/"
,
"url"
:
"http://localhost:200
1/emsys
/emiMobile/"
,
"jwtTokenSecret"
:
"super_secret0123super_secret4567"
,
"jwtTokenSecret"
:
"super_secret0123super_secret4567"
,
"adminPassword"
:
"whatisthisusedfor?"
,
"adminPassword"
:
"whatisthisusedfor?"
,
"webAppFolder"
:
"static"
,
"webAppFolder"
:
"static"
,
...
...
webEMIMobile/config/config.json
View file @
ab0baace
{
{
"AuthUrl"
:
"http://localhost:200
9
/emimobile/auth/"
,
"AuthUrl"
:
"http://localhost:200
1/emsys
/emimobile/auth/"
,
"ApiUrl"
:
"http://localhost:200
9
/emimobile/api/"
,
"ApiUrl"
:
"http://localhost:200
1/emsys
/emimobile/api/"
,
"AppUrl"
:
"http://localhost:200
9
/emimobile/app/"
,
"AppUrl"
:
"http://localhost:200
1/emsys
/emimobile/app/"
,
"WsUrl"
:
"ws://localhost:8091/"
"WsUrl"
:
"ws://localhost:8091/"
}
}
webEMIMobile/css/app.css
View file @
ab0baace
...
@@ -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
:
9
6
vh
!important
;
height
:
9
4
vh
!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
;
...
...
webEMIMobile/wcEmiMobile.dproj
View file @
ab0baace
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment