Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IP1_Gruppe8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Sophia Haupt
IP1_Gruppe8
Commits
94f7b00c
Commit
94f7b00c
authored
1 month ago
by
Victoria Badeke
Browse files
Options
Downloads
Patches
Plain Diff
datenbank
parent
fdf574bc
Branches
vici-admin
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
userman_all/client/index.html
+0
-5
0 additions, 5 deletions
userman_all/client/index.html
userman_all/client/stylesheet.css
+9
-5
9 additions, 5 deletions
userman_all/client/stylesheet.css
userman_all/server/test/userman.http
+13
-3
13 additions, 3 deletions
userman_all/server/test/userman.http
with
22 additions
and
13 deletions
userman_all/client/index.html
+
0
−
5
View file @
94f7b00c
...
...
@@ -544,11 +544,6 @@
<td>
ingo.keiner@gmail.com
</td>
<td><i
class=
"fa-solid fa-pen updateButton"
></i>
<i
class=
"fa-solid fa-trash-can deleteButton"
></i></td>
</tr>
<tr>
<td>
8
</td>
<td>
Jörg
</td>
<td>
Faust
</td>
</tr>
</tbody>
</table>
</div>
...
...
This diff is collapsed.
Click to expand it.
userman_all/client/stylesheet.css
+
9
−
5
View file @
94f7b00c
...
...
@@ -614,7 +614,10 @@ h2 {
}
/*AboutUs*/
.containerAboutUs
{
width
:
100%
;
height
:
100%
;
}
/* Allgemein */
body
{
margin
:
0
;
...
...
@@ -880,9 +883,6 @@ h2 {
/*Admin-Nutzerliste*/
/*.container-meineReisen {
display: flex;
} */
.sidebarAdmin
{
background-color
:
#f1f4f9
;
...
...
@@ -924,13 +924,17 @@ h2 {
cursor
:
pointer
;
}
.nutzerliste-container
{
margin-left
:
100px
;
margin-top
:
30px
;
}
.table-container-nutzerliste
{
background-color
:
#fff
;
border-radius
:
8px
;
box-shadow
:
0
4px
6px
rgba
(
0
,
0
,
0
,
0.1
);
padding
:
16px
;
overflow-x
:
auto
;
}
table
{
...
...
This diff is collapsed.
Click to expand it.
userman_all/server/test/userman.http
+
13
−
3
View file @
94f7b00c
...
...
@@ -3,10 +3,17 @@ POST http://localhost:8080/login HTTP/1.1
Content-Type: application/json
{
"eMail": "l
ilith@fa.gmx.de
",
"password": "
lölli
"
"eMail": "l
ennardetzel@gmail.com
",
"password": "
123456789
"
}
### Read User
GET http://localhost:8080/user/21 HTTP/1.1
### Read User
GET http://localhost:8080/user/500 HTTP/1.1
### Login
POST http://localhost:8080/login HTTP/1.1
Content-Type: application/json
...
...
@@ -55,6 +62,9 @@ Content-Type: application/json
POST http://localhost:8080/logout HTTP/1.1
### Logout
POST http://localhost:8080/logou HTTP/1.1
POST http://localhost:8080/logout HTTP/1.1
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment