[
https://issues.apache.org/jira/browse/FELIX-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger updated FELIX-569:
------------------------------------
Attachment: FELIX-569-fmeschbe-3.patch
This patch looks good, but it has a sorting issue when sorting on the name
column: Factory configuration and their instances use the factoryPID as the
sort key, while singleton configurations use Metatype provided name.
This causes factory configurations to appear out of order.
This can probably be easily fixed by just using the conf.name property instead
of the conf.id or conf.fpid property as the value of the "fpid" attribute.
Another fix I would like to introduce is to only render the legible name for
configurations (omitting the PID), except for factory configuration instances
where instead of the name the PID is printed.
Attaching a modified patch with these changes.
> Improve Configuration Page
> --------------------------
>
> Key: FELIX-569
> URL: https://issues.apache.org/jira/browse/FELIX-569
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Reporter: Thierry Ygé
> Assignee: Felix Meschberger
> Priority: Minor
> Fix For: webconsole-3.0.0
>
> Attachments: config-factory-tables.patch, config-factory-tables.png,
> config-name_column-sorting.patch, config-table-update.png,
> config-table.patch, config-table.png, config-table2.png, config-tree.patch,
> config-tree.png, config-treetable.patch, config-treetable.png, config.zip,
> FELIX-569-fmeschbe-2.patch, FELIX-569-fmeschbe-3.patch,
> FELIX-569-fmeschbe.patch, FELIX-569-fmeschbe.png
>
>
> At the moment the way to select the Configuration page is not so user
> friendly.
> The more component you have , the more it get difficult to find in the drop
> down list.
> So to make it more easy I would suggest to introduce some kind of "Tree"
> browse with categorized component configuration eventually.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.