N°2847 - Object details: Preliminary work

- Add ObjectFactory for ObjectDetails, ObjectCard, ...
- Update SCSS files to integrate its components

Note: A big part of the CSS is hardcoded in cmdbAbstract for now as we still need to discuss / work on the migration of the cmdbAbstract APIs (DisplayBareHeader, DisplayBareProperties, ...)
This commit is contained in:
Molkobain
2020-10-02 11:13:25 +02:00
parent 79ad75a2c2
commit 5626da7a5e
9 changed files with 105 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ class ObjectDetails extends Panel
{
// Overloaded constants
public const BLOCK_CODE = 'ibo-object-details';
public const HTML_TEMPLATE_REL_PATH = 'components/object/object-details/layout';
public const HTML_TEMPLATE_REL_PATH = 'layouts/object/object-details/layout';
}