[ 
https://issues.apache.org/jira/browse/ACCUMULO-4745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ACCUMULO-4745:
-------------------------------------
    Labels: pull-request-available  (was: )

> Monitor Table hyperlinks are broken
> -----------------------------------
>
>                 Key: ACCUMULO-4745
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4745
>             Project: Accumulo
>          Issue Type: Bug
>          Components: monitor
>    Affects Versions: 2.0.0
>            Reporter: Kyle Van Gilson
>              Labels: pull-request-available
>
> In the accumulo-monitor Table Status page, the hyperlinked table list items 
> have malformed links of the form:
> *   http://localhost:9995/tables/[object%20Object]
> The should be of the form
> * http://localhost:9995/tables/<tableId>
> * i.e.  http://localhost:9995/tables/1
> I'm not 100% sure where the issue is, but it looks like the 
> server/monitor/resources/js/tables.js ~line 187 might be where the link 
> itself is being generated.
> To reproduce create an assembly off of the master branch (2.0.0-snapshot), 
> init/start accumulo master/tserver/monitor, go to 
> http://localhost:9995/tables/ and any of the table links should exhibit the 
> issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to