Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
catlaser
Project
Project
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
Chris Prince
catlaser
Commits
7a798d66
Commit
7a798d66
authored
Apr 18, 2021
by
Chris Prince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes for the ui form
parent
fa5d7f57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
ReadMe.md
node_config/ReadMe.md
+4
-2
app.component.css
website/lasercat-ui/src/app/app.component.css
+5
-0
app.component.html
website/lasercat-ui/src/app/app.component.html
+2
-2
No files found.
node_config/ReadMe.md
View file @
7a798d66
# NGINX Template
# NGINX Template
This is just a template so nginx will route requests to the esp services;
This is just a template so nginx will route requests to the esp services;
\ No newline at end of file
Place in your server{} for the angular website;
\ No newline at end of file
website/lasercat-ui/src/app/app.component.css
View file @
7a798d66
...
@@ -3,4 +3,8 @@
...
@@ -3,4 +3,8 @@
}
}
.pos
{
.pos
{
display
:
inline
;
display
:
inline
;
}
.mini
{
max-width
:
75px
;
}
}
\ No newline at end of file
website/lasercat-ui/src/app/app.component.html
View file @
7a798d66
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
<div
class=
"inline"
>
<div
class=
"inline"
>
<div
class=
"pos"
>
<div
class=
"pos"
>
<label
for=
"xPos"
>
X:
</label>
<label
for=
"xPos"
>
X:
</label>
<input
i
d=
"XPos"
type=
"number"
/>
<input
class=
"mini"
maxlength=
"3"
d=
"XPos"
type=
"number"
/>
</div>
</div>
<div
class=
"pos"
>
<div
class=
"pos"
>
<label
for=
"yPos"
>
Y:
</label>
<label
for=
"yPos"
>
Y:
</label>
<input
id=
"yPos"
type=
"number"
/>
<input
class=
"mini"
maxlength=
"3"
id=
"yPos"
type=
"number"
/>
</div>
</div>
<button
(
click
)="
moveLaser
()"
>
Move
</button>
<button
(
click
)="
moveLaser
()"
>
Move
</button>
</div>
</div>
...
...
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