diff --git a/src/app/component/management/management.component.css b/src/app/component/management/management.component.css index ecd7c54..b66c9c2 100644 --- a/src/app/component/management/management.component.css +++ b/src/app/component/management/management.component.css @@ -139,3 +139,22 @@ th { display: flex; justify-content: flex-end; } + +.btn-container{ + display: flex; +} + +.edit{ + background-color: #008CBA; + padding: 5px; + border-radius: 5px; + color: white; +} + +.delete{ + background-color: #f44336; + margin-left: 10px; + padding: 5px; + border-radius: 5px; + color: white; +} diff --git a/src/app/component/management/management.component.html b/src/app/component/management/management.component.html index 37c1bdb..1301dd2 100644 --- a/src/app/component/management/management.component.html +++ b/src/app/component/management/management.component.html @@ -5,7 +5,7 @@ {{ translations.username }} {{translations.password}} admin - + Edit @@ -14,7 +14,27 @@ {{ user.password }} No Yes - + +
+ + + +
+ @@ -52,6 +72,7 @@ {{translations.region}} {{translations.lat}} {{translations.lon}} + Edit @@ -60,6 +81,27 @@ {{ location.region }} {{ location.lat }} {{ location.lon }} + +
+ + + +
+ @@ -110,6 +152,7 @@ {{translations.lon}} {{translations.description}} {{translations.locationName}} + Edit @@ -119,6 +162,27 @@ {{ waypoint.lon }} {{ waypoint.description }} {{ waypoint.locationName }} + +
+ + + +
+ @@ -169,7 +233,7 @@ - +