diff --git a/booklore-ui/src/app/book/components/library-creator/library-creator.component.html b/booklore-ui/src/app/book/components/library-creator/library-creator.component.html index 0d916c4f8..db0804873 100644 --- a/booklore-ui/src/app/book/components/library-creator/library-creator.component.html +++ b/booklore-ui/src/app/book/components/library-creator/library-creator.component.html @@ -1,4 +1,4 @@ - + Library Details Select Directory @@ -6,21 +6,21 @@ -
-
-
-
+
+
+
+

Library Name:

-
+

Library Icon:

-
+
- +
@@ -35,20 +35,20 @@ -
-
-
+
+
+
+ (onClick)="openDirectoryPicker()"> - + - {{ folder }} - + {{ folder }} + - - -
- -
- - - - Type - Name - - - - - - - - - - {{ product }} - - - +
+
+ +
- + + +
+ + + + Type + Name + + + + + + + + + + {{ product }} + + + +
+
+
diff --git a/docker-compose.yml b/docker-compose.yml index 311deffb7..95b4a6851 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: booklore-app: container_name: booklore - image: localhost:5000/booklore-app:v33 + image: localhost:5000/booklore-app:v8 ports: - "5050:6060" volumes: