[fti] refactor and fix full text indexation handling
* moved logic from repository to the native source
* avoid creating a FTIndexOp when no full text indexation is needed
* entities with fulltext_container set are not indexed even when not
related to a container
* avoid duplicated unindexation
/***************************************/
/* Manage view (views/startup.py) */
/***************************************/
table.startup {
width: 100%;
}
table.startup td {
padding: 0.1em 0.2em;
}
table.startup td.addcol {
text-align: right;
width: 0.5em;
}
table.startup th{
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}