- renamed "indexed" to "supported" as this is more obvious (and true, too)
return {
"known_instances" : row[0],
- "indexed_instances" : row[1],
+ "supported_instances": row[1],
"blocks_recorded" : row[2],
"erroneous_instances": row[3],
"slogan" : config.get("slogan"),
<h2>Infos:</h2>
<p>
known instances: {{info.known_instances}}<br/>
- indexed instances: {{info.indexed_instances}}<br/>
+ supported instances: {{info.supported_instances}}<br/>
blocks recorded: {{info.blocks_recorded}}<br/>
erroneous instances: {{info.erroneous_instances}}<br/>
</p>