# HG changeset patch # User Thomas Junk # Date 1542642604 -3600 # Node ID a20fcfacda988051d78846ae197e3dbaee4f3be8 # Parent a8b682f3d13d54d75ded5d23638f5db813d8f00d staging layout diff -r a8b682f3d13d -r a20fcfacda98 client/src/staging/Staging.vue --- a/client/src/staging/Staging.vue Mon Nov 19 16:23:14 2018 +0100 +++ b/client/src/staging/Staging.vue Mon Nov 19 16:50:04 2018 +0100 @@ -11,40 +11,43 @@

Staging area


-
- +
+
- + - +
NameLocation Datatype Importdate ImportID   
{{data.name}} - {{data.location[0]}}, {{data.location[1]}} + {{data.name}} {{data.type}} {{data.date}} {{data.importID}} - + + +
+
+ +
@@ -56,7 +59,7 @@ { id: 1, name: "B1", - date: "2018-11-19", + date: "2018-11-19 10:23", location: [16.5364, 48.1471], status: "Not approved", importID: "123456789", @@ -65,7 +68,7 @@ { id: 2, name: "B2", - date: "2018-11-19", + date: "2018-11-19 10:24", location: [16.5364, 48.1472], status: "Not approved", importID: "123456789", @@ -74,7 +77,7 @@ { id: 3, name: "s1", - date: "2018-11-13", + date: "2018-11-13 10:25", location: [16.5364, 48.1473], status: "Not approved", importID: "987654321", @@ -83,7 +86,7 @@ { id: 4, name: "s2", - date: "2018-11-13", + date: "2018-11-13 10:26", location: [16.5364, 48.1474], status: "Not approved", importID: "987654321", @@ -153,4 +156,9 @@ border-top: 0px !important text-align: left padding: 0.5rem !important + +.confirmbutton + position: absolute + bottom: $offset + right: $large-offset