Resolve "Update landing page layout to comply with new vNOC approach"
Merged
requested to merge 214-update-landing-page-layout-to-comply-with-new-vnoc-approach into develop
Related to #214 (closed)
Merge request reports
Activity
changed milestone to %v1.6.2
assigned to @jkazmierczak
changed milestone to %v1.6.3
added 1 commit
- 3bfb9d8b - Add posibility to select each html content base on config properties
Small comment to my part of service:
- The property 'landing' is added to the config.json file. AppConfig.service is handeling reading the json and returning value on demand.
- In Welcome component, to avoide code duplication, I added in init section loading this information and save it in local variable. In HTML file using simple ngif with else block statment.
- The matching is done by the string ( case sensitive). For now is hardcoded in the code, but in future can be loaded from some file as well.
Also I found that there is still some old solution to do resizeing. If we can please rewrite the new HTML code to handle that with css.
removed Ready label
mentioned in commit 71c17bdc
Please register or sign in to reply