-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
Book: Using JBoss EAP on Microsoft Azure
Revision: n_2641013_using-jboss-eap-on-microsoft-azure_version_7.0_edition_1.0_release_0-revision_9151433
Issue description
Some long CLI commands are not wrapped correctly. E.g. the following line in my Google Chrome browser overflows to not visible part of page:
/subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}",storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}",container="${jboss.jgroups.azure_ping.container}"})
Suggestion for improvement
Wrap the long CLI commands manually. E.g.
/subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={ \ storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}", \ storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}", \ container="${jboss.jgroups.azure_ping.container}"})
- is related to
-
JBEAP-4617 Docs for configuring EAP on Azure
- Closed