-
Feature Request
-
Resolution: Done
-
Major
-
4.0.0.Alpha8
-
None
Mouse scrolling is forbidden to large CLI out. User has to press Down or Enter to navigate.
It would be nice to allow fast scrolling or PgUp / PgDn. e.g.
[standalone@localhost:9990 /] /core-service=capability-registry:read-resource
{
"outcome" => "success",
"result" => {
"capabilities" => [
{
"name" => "org.wildfly.batch.configuration",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=batch-jberet"]
},
{
"name" => "org.wildfly.batch.job.repository.in-memory",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=batch-jberet/in-memory-job-repository=in-memory"]
},
{
"name" => "org.wildfly.batch.thread.pool.batch",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=batch-jberet/thread-pool=batch"]
},
{
"name" => "org.wildfly.clustering.cache.default-group.ejb",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=infinispan/cache-container=ejb"]
},
{
"name" => "org.wildfly.clustering.cache.default-group.server",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=infinispan/cache-container=server"]
},
{
"name" => "org.wildfly.clustering.cache.default-group.web",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=infinispan/cache-container=web"]
},
{
"name" => "org.wildfly.clustering.cache.default-node-factory.ejb",
"dynamic" => false,
"scope" => "global",
"registration-points" => ["/subsystem=infinispan/cache-container=ejb"]
},
{
"name" => "org.wildfly.clustering.cache.default-node-factory.server",
"dynamic" => false,
--More(2%)--
Also, after pressing Down or Enter to display more output, user can not press up to go up. User has to inconveniently use scroll up.